mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
MDL-55325 mod_lti: Use .on('load') instead of .load()
Necessary after MDL-50937 JQuery upgrade to 3.1
This commit is contained in:
parent
90a8bdbfc0
commit
4c3472a55c
@ -56,7 +56,7 @@
|
||||
failedContainer.removeClass('hidden');
|
||||
}, 20000);
|
||||
|
||||
iframe.load(function() {
|
||||
iframe.on('load', function() {
|
||||
loadingContainer.addClass('hidden');
|
||||
iframe.removeClass('hidden');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user