Skip to content

Commit

Permalink
fixes #1080 - jQuery update caused live bundle iframe issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Sep 13, 2017
1 parent 6e1a466 commit e61972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/live.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $(() => {

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

iframe.load(() => {
iframe.on('load', () => {
status.text('App ready.');
header.css({
borderColor: ''
Expand Down

0 comments on commit e61972a

Please sign in to comment.