Opened 3 years ago

Closed 3 years ago

#12382 closed defect (bug) (fixed)

Thickbox calls $ instead of using 'jQuery', causing it to fail

Reported by: Michael Owned by: azaozz
Priority: normal Milestone: 3.0
Component: JavaScript Version: 3.0
Severity: major Keywords:
Cc:

Description

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

Change History (2)

  • Component changed from General to JavaScript
  • Milestone changed from Unassigned to 3.0
  • Owner set to azaozz
  • Severity changed from normal to major
  • Version set to 3.0

comment:2   dd323 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [13864]) JQuery.noConflict() fix for thickbox.js. Props Michael. Fixes #12382

Note: See TracTickets for help on using tickets.