We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7f5fec + ee6bfb5 commit 8f62c18Copy full SHA for 8f62c18
mfr/server/static/js/mfr.js
@@ -82,7 +82,7 @@
82
self.pymParent.iframe.setAttribute('scrolling', 'yes');
83
84
self.pymParent.el.appendChild(self.spinner);
85
- $(self.pymParent.iframe).load(function () {
+ $(self.pymParent.iframe).on('load', function () {
86
self.pymParent.el.removeChild(self.spinner);
87
});
88
0 commit comments