Merge pull request #53 from mxmclaudel/bugfix/jquery-update

Update load event registration
This commit is contained in:
Steve Boyd 2020-06-30 12:54:09 +12:00 committed by GitHub
commit 42ab5e10b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (typeof jQuery!=='undefined') {
loading.show();
$(function() {
$( window ).load(function() {
$( window ).on('load', function() {
// Iframe content has been loaded
loading.hide();
iframe.show();