Ignore:
Timestamp:
Oct 16, 2010, 5:36:55 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta]fix bugs with rv_gmaps, option show icon.


File:
1 edited

Legend:

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

    r7193 r7229  
    160160     //==================================================
    161161     tpe = typeof (element);
    162    
     162      if (Prototype_Version != '0') {
     163          if (tpe == "string") {   
     164           //=== rvmaps === //
     165              if (element.match(/[a-z]_[a-z]/)) {
     166                 
     167                  return jQuery().$Protype(element);
     168              }
     169          id = "window_" + new Date().getTime();
     170              var reg1 = new RegExp("^window_", "g");
     171              if (element.match(reg1, "g")) {
     172                 
     173                  if (element.match(/_[a-z]/)) {
     174                      return jQuery().$Protype(element);
     175                  }
     176                  return null;
     177              }
     178          }
     179     }
    163180    //========== test jQuery ? ==============
    164181
     
    245262        if (MooTools_version == "Luciano")  return ret_Luciano;
    246263        //=== theme gally ? ====
     264       
    247265            return new_element;
    248266        }
Note: See TracChangeset for help on using the changeset viewer.