Merge branch 'MDL-56095-master-fix' of git://github.com/cameron1729/moodle

This commit is contained in:
David Monllao
2016-10-13 19:32:10 +02:00
committed by Eloy Lafuente (stronk7)
+2 -1
View File
@@ -1322,8 +1322,9 @@ function updateProgressBar(id, percent, msg, estimate) {
if (!(exception instanceof TypeError)) {
throw exception;
}
event = document.createEvent('Event');
event = document.createEvent('CustomEvent');
event.initCustomEvent('update', false, true, eventData);
event.prototype = window.Event.prototype;
}
el.dispatchEvent(event);