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

git-svn-id: https://develop.svn.wordpress.org/trunk@13864 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-03-28 04:48:20 +00:00
parent 9393b90872
commit fd04241472
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"});
}