Opened 15 years ago
Closed 15 years ago
#2866 closed bug (fixed)
[autocomplete] check for bgiframe
Reported by: | zelph | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | plugin | Version: | 1.2.3 |
Keywords: | autocomplete | Cc: | |
Blocked by: | Blocking: |
Description
If I use a conditional comment to include the bgiframe code so that all none IE6 browsers don't have to needlessly download the file, the plugin throws an error due to bgiframe not being available.
I don't know how to submit patches so I offer the following. Line 634 is currently:
list.bgiframe();
and should be
if($.fn.bgIframe) list.bgiframe();
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [5633].