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