mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 11:05:51 +02:00
Merge pull request #7 from brettt89/hotfix/issue-6
Add support for Firefox & IE9
This commit is contained in:
commit
f0427d3151
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user