JQuery.noConflict() fix for thickbox.js. Props Michael. Fixes #12382

git-svn-id: http://svn.automattic.com/wordpress/trunk@13864 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2010-03-28 04:48:20 +00:00
parent ceb1acf3f7
commit a2a1a3c9f0
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ function tb_show(caption, url, imageGroup) {//function called when the user clic
jQuery("#TB_window").css({display:"block"});
}else if(url.indexOf('TB_iframe') != -1){
tb_position();
if($.browser.safari){//safari needs help because it will not fire iframe onload
if(jQuery.browser.safari){//safari needs help because it will not fire iframe onload
jQuery("#TB_load").remove();
jQuery("#TB_window").css({display:"block"});
}