Merge pull request #7 from brettt89/hotfix/issue-6

Add support for Firefox & IE9
This commit is contained in:
Damian Mooyman 2015-07-28 12:01:07 +12:00
commit f0427d3151
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();