Ignore:
Timestamp:
Jun 19, 2011, 2:03:07 PM (13 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix bugs on height

File:
1 edited

Legend:

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

    r11277 r11429  
    1 if (typeof Type_Img ) {
     1
    22  //=== ajout des fonctions jQuery ===
    3   if (typeof MooTools == "undefined" && typeof Prototype == "undefined") {
     3  if (typeof MooTools!= "undefined" && typeof Prototype == "undefined") {
    44    $mootools = window.$;
    55  } else {
     
    88        if (typeof (gmaps) != "undefined") {
    99        }
    10         $ = jQuery.fn.$;
     10        if (jQuery.fn.$) $ = jQuery.fn.$;
    1111        jQuery.extend($, $mootools);
    1212        jQuery.extend($, jQuery.fn);
    1313      } else {
    14         $ = jQuery.fn.$;
    15         jQuery.extend($, jQuery.fn);
     14        if (jQuery.fn.$) $ = jQuery.fn.$;
     15        jQuery.extend($, jQuery);
    1616      }
    1717    }
    1818  }
    19 }
     19if (typeof Type_Img ) {}
Note: See TracChangeset for help on using the changeset viewer.