Add support for Firefox & IE9

This commit is contained in:
Brett Tasker 2015-07-28 11:46:42 +12:00
parent 682db857ba
commit 7e75fed16a
1 changed files with 1 additions and 1 deletions

View File

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