Merge branch 'MDL-62931-master' of git://github.com/rezaies/moodle

This commit is contained in:
Jun Pataleta
2018-07-30 16:34:57 +08:00
+2 -2
View File
@@ -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.