Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-50783 Ajax: Configure how to call a webservice through db/service.php
[moodle.git]
/
admin
/
tool
/
templatelibrary
/
amd
/
src
/
display.js
diff --git
a/admin/tool/templatelibrary/amd/src/display.js
b/admin/tool/templatelibrary/amd/src/display.js
index
1585a18
..
bb2f77a
100644
(file)
--- a/
admin/tool/templatelibrary/amd/src/display.js
+++ b/
admin/tool/templatelibrary/amd/src/display.js
@@
-133,7
+133,7
@@
define(['jquery', 'core/ajax', 'core/log', 'core/notification', 'core/templates'
component: component,
template: name
}
- }]);
+ }]
, true, false
);
// When returns a new promise that is resolved when all the passed in promises are resolved.
// The arguments to the done become the values of each resolved promise.