Opened 14 years ago
Closed 13 years ago
#3283 closed bug (duplicate)
The use of methods IE6 errors jsonp.
Reported by: | Lukin | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | ajax | Version: | 1.2.6 |
Keywords: | jsonp ajax | Cc: | |
Blocked by: | Blocking: |
Description
IE6 under the 2626 and 2727 trip errors, the code be amended to the following code not a problem.
if ( head ) { try{ head.removeChild( script ); } catch(e){} }
Change History (3)
comment:1 Changed 14 years ago by
comment:3 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Consolidating this into #4378
Note: See
TracTickets for help on using
tickets.
Is this the same bug with a different solution to Ticket #2923?