Skip to content

Commit

Permalink
fix(actors): fix broken select tag
Browse files Browse the repository at this point in the history
Signed-off-by: btry <tbugier@teclib.com>
  • Loading branch information
btry committed Sep 21, 2018
1 parent 949b40b commit 82509e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/fields/actorfield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function displayField($canEdit = true) {
echo '<select multiple
name="formcreator_field_' . $this->fields['id'] . '[]"
id="formcreator_field_' . $this->fields['id']. '"
value="" />';
value=""></select>';
echo Html::scriptBlock('$(function() {
$("#formcreator_field_' . $this->fields['id']. '").select2({
tokenSeparators: [",", ";"],
Expand Down

0 comments on commit 82509e8

Please sign in to comment.