[wp-trac] [WordPress Trac] #12382: Thickbox calls $ instead of using 'jQuery', causing it to fail
WordPress Trac
wp-trac at lists.automattic.com
Thu Feb 25 21:54:08 UTC 2010
#12382: Thickbox calls $ instead of using 'jQuery', causing it to fail
--------------------------+-------------------------------------------------
Reporter: Michael | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: General | Version:
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
On line 234 of the ThickBox JS file, it reads:
if($.browser.safari){//safari needs help because it will not fire iframe
onload
But should read:
if(jQuery.browser.safari){//safari needs help because it will not fire
iframe onload
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12382>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list