Ignore:
Timestamp:
Jun 9, 2011, 4:13:50 PM (13 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix bugs whith panorama

File:
1 edited

Legend:

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

    r10913 r11277  
    1 
    2 //=== ajout des fonctions jQuery ===
    3 if (typeof MooTools == "undefined" && typeof Prototype == "undefined") {
    4   $mootools = window.$;
    5 } else {
    6   if (typeof jQuery != 'undefined') {
    7     if (typeof $mootools != 'undefined') {
    8       if (typeof (gmaps) != "undefined") {
     1if (typeof Type_Img ) {
     2  //=== ajout des fonctions jQuery ===
     3  if (typeof MooTools == "undefined" && typeof Prototype == "undefined") {
     4    $mootools = window.$;
     5  } else {
     6    if (typeof jQuery != 'undefined') {
     7      if (typeof $mootools != 'undefined') {
     8        if (typeof (gmaps) != "undefined") {
     9        }
     10        $ = jQuery.fn.$;
     11        jQuery.extend($, $mootools);
     12        jQuery.extend($, jQuery.fn);
     13      } else {
     14        $ = jQuery.fn.$;
     15        jQuery.extend($, jQuery.fn);
    916      }
    10       $ = jQuery.fn.$;
    11       jQuery.extend($, $mootools);
    12       jQuery.extend($, jQuery.fn);
    13     } else {
    14       $ = jQuery.fn.$;
    15       jQuery.extend($, jQuery.fn);
    1617    }
    1718  }
Note: See TracChangeset for help on using the changeset viewer.