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.js

    r10913 r11277  
    6464nbpa = 0;
    6565var Fn;
    66 if (typeof MooTools == "undefined" && typeof Prototype == "undefined") {
    67 
    68 } else {
    69   $mootools = $;
    70 }
    71 //====================================================
    7266function conflit(element, nc) {
    73      //--- cl_conflit
     67  if(typeof DEBUG != "boolean") DEBUG = false ;
     68    //--- cl_conflit
    7469    if (typeof MooTools == "undefined" && typeof Prototype == "undefined") {
    7570        ret_element = jQuery(element);
     
    210205        jQuery("#icon_gmaps").bind('click', function () {
    211206          //jQuery("#iGMapsIconContent").dialog("open");
    212           if (Version_pwg > '2.2.0')
    213             return;
     207          if (Version_pwg > '2.2.0' )
     208          return;
    214209          jQuery('html,body').stop().scrollTop(0);
    215210          jQuery('html,body').stop().scrollLeft(0);
Note: See TracChangeset for help on using the changeset viewer.