Make WordPress Core

Changeset 13864


Ignore:
Timestamp:
03/28/2010 04:48:20 AM (15 years ago)
Author:
dd32
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/thickbox/thickbox.js

    r12677 r13864  
    232232                }else if(url.indexOf('TB_iframe') != -1){
    233233                    tb_position();
    234                     if($.browser.safari){//safari needs help because it will not fire iframe onload
     234                    if(jQuery.browser.safari){//safari needs help because it will not fire iframe onload
    235235                        jQuery("#TB_load").remove();
    236236                        jQuery("#TB_window").css({display:"block"});
Note: See TracChangeset for help on using the changeset viewer.