Skip to content

Commit 8f62c18

Browse files
committed
Merge remote-tracking branch 'cos/hotfix/jquery-3-fix'
Closes: #280, #276 [OSF-8638]
2 parents f7f5fec + ee6bfb5 commit 8f62c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mfr/server/static/js/mfr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
self.pymParent.iframe.setAttribute('scrolling', 'yes');
8383

8484
self.pymParent.el.appendChild(self.spinner);
85-
$(self.pymParent.iframe).load(function () {
85+
$(self.pymParent.iframe).on('load', function () {
8686
self.pymParent.el.removeChild(self.spinner);
8787
});
8888

0 commit comments

Comments
 (0)