Changeset 7884


Ignore:
Timestamp:
Nov 26, 2010, 10:47:35 AM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] save

Location:
extensions/Autosize/js
Files:
2 edited

Legend:

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

    r7875 r7884  
    4747
    4848             nopano = true;
     49             old_window = { width: 0, height: 0 };
    4950             jQuery('#pamoorama').trigger('ON');
    5051           
     
    6566                         { opacity: 1 }, fade_in, "swing"
    6667                       , function (i) {
    67                  if (DEBUG == "true") {
     68                 if (DEBUG == "true") { 
    6869                     bp1 = jQuery('.debug').get(nu_img);
    6970                     if (!bp1) nu_img = 0;
    7071                     bp1 = jQuery('.debug').get(nu_img);
    7172                     jQuery(bp1).trigger('ON');
    72                  }
     73                }
    7374             }
    7475              );
     
    13101311             Bandeau_bas = Info_description(Parent);
    13111312             Bandeau = Bandeau_bas.top;
     1313             old_window = { width: 0, height: 0 };
     1314             Wait_Affichage();
    13121315         });
    13131316
     
    13461349
    13471350         // Add 10 testing debugs to start with
    1348    
     1351
    13491352         if (DEBUG == "true") {
    13501353             for (var i = 0; i < 10; i++) {
  • extensions/Autosize/js/conflit.js

    r7873 r7884  
    33*[gmaps=id:1;width:800;height:640;]
    44*       Luciano rv_gmaps
     5* pb : Gmaps llgbo pamooramics rv_map
    56*/
    67var d1 = 0;
     
    109110        ret_element = jQuery().$Prototype(element);
    110111    } else if (retour.match(RegExp("GMaps", "gi"))) {
     112       
     113
    111114        ret_element = jQuery(element);
    112115    } else if (retour.match(RegExp("pamooramics", "gi"))) {
     
    536539
    537540}
     541if (typeof ($fn) != "function") {
     542    $.fn = function (options) {
     543        return jQuery.fn(options);
     544    }
     545
     546
     547}
    538548if (typeof ($.get) != "function") {
    539549    $.get = function (options) {
Note: See TracChangeset for help on using the changeset viewer.