Merge branch 'MDL-53942-master' of git://github.com/junpataleta/moodle
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -712,7 +712,9 @@ define(['jquery', 'core/log', 'core/str', 'core/templates', 'core/notification']
|
||||
options.showSuggestions = showSuggestions;
|
||||
}
|
||||
if (typeof noSelectionString === "undefined") {
|
||||
options.noSelectionString = str.get_string('noselection', 'form');
|
||||
str.get_string('noselection', 'form').done(function (result) {
|
||||
options.noSelectionString = result;
|
||||
}).fail(notification.exception);
|
||||
}
|
||||
|
||||
// Look for the select element.
|
||||
|
||||
Reference in New Issue
Block a user