mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
Merge branch 'MDL-62931-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE
This commit is contained in:
commit
fc12d8d459
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue