Opened 16 years ago
Closed 16 years ago
#12382 closed defect (bug) (fixed)
Thickbox calls $ instead of using 'jQuery', causing it to fail
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | major | Version: | 3.0 |
| Component: | JavaScript | Keywords: | |
| Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
(In [13864]) JQuery.noConflict() fix for thickbox.js. Props Michael. Fixes #12382