Skip to content
Snippets Groups Projects
Commit 953bfeb3 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix render of multiselect widget

parent a4d5c0bd
Branches
Tags
No related merge requests found
...@@ -1849,7 +1849,7 @@ class ChoicesWidget extends Widget { ...@@ -1849,7 +1849,7 @@ class ChoicesWidget extends Widget {
?> ?>
<script type="text/javascript"> <script type="text/javascript">
$(function() { $(function() {
$("#<?php echo $this->name; ?>") $("#<?php echo $this->id; ?>")
.multiselect({'noneSelectedText':'<?php echo $prompt; ?>'}); .multiselect({'noneSelectedText':'<?php echo $prompt; ?>'});
}); });
</script> </script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment