diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-28 16:07:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-28 16:07:57 +0100 |
commit | 959012b397c40638eaa62cd911f416f605043330 (patch) | |
tree | 6fcfd0325d02f89c12a83ceaea39966dfa3b454d /web/js/fancybox/jquery.fancybox-1.3.4.js | |
parent | c86fb4cfa6fdf62c5d0ba968b6fda7eb46c3d027 (diff) | |
parent | 2e94d363be99e83a24ed7b14c6dd00480b9afc93 (diff) |
Merge branch 'bromley'
Diffstat (limited to 'web/js/fancybox/jquery.fancybox-1.3.4.js')
-rw-r--r-- | web/js/fancybox/jquery.fancybox-1.3.4.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/js/fancybox/jquery.fancybox-1.3.4.js b/web/js/fancybox/jquery.fancybox-1.3.4.js index be7727537..728aa6a51 100644 --- a/web/js/fancybox/jquery.fancybox-1.3.4.js +++ b/web/js/fancybox/jquery.fancybox-1.3.4.js @@ -943,7 +943,7 @@ $(window).unbind("resize.fb scroll.fb");
$(document).unbind('keydown.fb');
- content.find('iframe').attr('src', isIE6 && /^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank');
+ content.find('iframe').attr('src', isIE6 && /^https/i.test(window.location.href || '') ? '/js/fancybox/blank.gif' : 'about:blank');
if (currentOpts.titlePosition !== 'inside') {
title.empty();
@@ -1090,7 +1090,7 @@ loading.addClass('fancybox-ie6');
wrap.addClass('fancybox-ie6');
- $('<iframe id="fancybox-hide-sel-frame" src="' + (/^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank' ) + '" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(outer);
+ $('<iframe id="fancybox-hide-sel-frame" src="' + (/^https/i.test(window.location.href || '') ? '/js/fancybox/blank.gif' : 'about:blank' ) + '" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(outer);
}
};
@@ -1153,4 +1153,4 @@ $.fancybox.init();
});
-})(jQuery);
\ No newline at end of file +})(jQuery);
|