Index: branches/1.2.x/platform/inc/jquery/thickbox/thickbox.js =================================================================== diff -u -N -r15797 -r15859 --- branches/1.2.x/platform/inc/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 15797) +++ branches/1.2.x/platform/inc/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 15859) @@ -300,11 +300,11 @@ } else if (params.url.indexOf('TB_iframe') != -1) { TB.position(); - if ($.browser.safari) { + /*if ($.browser.safari) { // safari needs help because it will not fire iframe onload $('#TB_load').remove(); $('#TB_window').css('display', 'block'); - } + }*/ } else { var $content_url = params.url + '&random=' + (new Date().getTime());