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.
1 parent 6e1a466 commit e61972aCopy full SHA for e61972a
client/live.js
@@ -87,7 +87,7 @@ $(() => {
87
88
socket('/sockjs-node', onSocketMsg);
89
90
- iframe.load(() => {
+ iframe.on('load', () => {
91
status.text('App ready.');
92
header.css({
93
borderColor: ''
0 commit comments