Skip to content

Commit

Permalink
Merge branch 'MDL-62931-master' of git://github.com/rezaies/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jul 30, 2018
2 parents a5d3d98 + 32338e7 commit a787091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions question/templates/tag_condition.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ function(
var root = $('[data-region="tag-condition-container-{{uniqid}}"]');
var selectElement = root.find('[data-region="tag-select"]');
var loadingContainer = root.find('[data-region="overlay-icon-container"]');
var placeholderText = '{{#str}} filterbytags, core_question {{/str}}';
var noSelectionText = '{{#str}} notagfiltersapplied, core_question {{/str}}';
var placeholderText = {{#quote}}{{#str}} filterbytags, core_question {{/str}}{{/quote}};
var noSelectionText = {{#quote}}{{#str}} notagfiltersapplied, core_question {{/str}}{{/quote}};

AutoComplete.enhance(
selectElement, // Element to enhance.
Expand Down

0 comments on commit a787091

Please sign in to comment.