mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 11:05:51 +02:00
Add support for Firefox & IE9
This commit is contained in:
parent
682db857ba
commit
7e75fed16a
@ -10,7 +10,7 @@ if (typeof jQuery!=='undefined') {
|
|||||||
loading.show();
|
loading.show();
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
iframe.load(function() {
|
$( window ).load(function() {
|
||||||
// Iframe content has been loaded
|
// Iframe content has been loaded
|
||||||
loading.hide();
|
loading.hide();
|
||||||
iframe.show();
|
iframe.show();
|
||||||
|
Loading…
Reference in New Issue
Block a user