Changeset 8735


Ignore:
Timestamp:
Jan 18, 2011, 3:24:32 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] compatibility whith GMAP


Location:
extensions/Autosize/js
Files:
2 edited

Legend:

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

    r8731 r8735  
    274274
    275275                         marge = (info_the_page.width - info_HeaderBar.width) / 2;
    276                      }else if (info_ToolBar.width > 0)
     276                     } else if (info_ToolBar.width > 0)
    277277                         marge = (info_the_page.width - info_ToolBar.width) / 2;
    278278
     
    598598                 img_finale.width = Image_width;
    599599                 if (theme.match(RegExp("stripped", "gi"))) {
    600                      img_finale.width -= (llgboframe.top*2);
     600                     img_finale.width -= (llgboframe.top * 2);
    601601                     img_finale.height = img_finale.width / rapport;
    602602                 }
     
    920920                     jQuery("#Debug4").css({ top: info_frame.bottom - info_description.height + "px" }); //green
    921921                 }
     922
     923                 Wait_Affichage();
    922924
    923925                 return true;
  • extensions/Autosize/js/conflit.js

    r8729 r8735  
    547547    }
    548548
     549    if (typeof ($.extend) != "function") {
     550
     551     $.extend = function (a,b) {
     552         return jQuery.extend(a, b);
     553        } ;
     554
     555 
     556     }
     557
    549558    if (typeof ($.ajax) != "function") {
    550559        $.ajax = function (origSettings) {
Note: See TracChangeset for help on using the changeset viewer.