Skip to content

Commit

Permalink
Release v3.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Oct 15, 2017
1 parent c1a3d2a commit 59c9db5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion js/ie8.polyfils.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/ie8.polyfils.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/iframeResizer.contentWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@
setTimeout(function(){ initLock = false;},eventCancelTimer);
}

if (document.body){
if (document.readyState === "interactive" || document.readyState === "complete"){
fireInit();
} else {
log('Waiting for page ready');
Expand Down
2 changes: 1 addition & 1 deletion js/iframeResizer.contentWindow.map

Large diffs are not rendered by default.

Loading

0 comments on commit 59c9db5

Please sign in to comment.