Skip to content

Commit e61972a

Browse files
committed
fixes #1080 - jQuery update caused live bundle iframe issue
1 parent 6e1a466 commit e61972a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/live.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $(() => {
8787

8888
socket('/sockjs-node', onSocketMsg);
8989

90-
iframe.load(() => {
90+
iframe.on('load', () => {
9191
status.text('App ready.');
9292
header.css({
9393
borderColor: ''

0 commit comments

Comments
 (0)