Ignore:
Timestamp:
Nov 6, 2010, 6:32:58 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix display time(to test!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/conflit.js

    r7672 r7673  
    3535
    3636//alert(retour);
    37 if (retour.match(RegExp("jquery|switchmenu|gmaps|switchInterface|gally", "gi"))) {
     37if (retour.match(RegExp("jquery|switchmenu|gmaps|switchTabs|switchInterface|gally|initializeImageMode", "gi"))) {
    3838    return jQuery(element);
    3939}
     
    8686    }
    8787    if (element == "document") return jQuery(element);
    88     alert(retour);
     88   // alert(retour);
    8989
    9090    retour= jQuery(element);
     
    271271              break;
    272272            }
    273             if (fn .match(RegExp("jquery", "gi"))) {
     273          if (fn.match(RegExp("jquery|switchmenu|gmaps|switchTabs|switchInterface|gally|initializeImageMode", "gi"))) {
    274274    break ;
    275275}
Note: See TracChangeset for help on using the changeset viewer.