Ignore:
Timestamp:
Nov 11, 2010, 10:57:42 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

    r7740 r7741  
    10061006
    10071007                     });
    1008                      jQuery("#Debug1").text("info_theImage.height : " + info_theImage.height);
     1008                     jQuery("#Debug1").text("img_finale.heightt : " + img_finale.height);
    10091009                     //===================================================
    10101010                     jQuery("#Debug2").css({ position: "absolute",
  • extensions/Autosize/js/conflit.js

    r7740 r7741  
    2222var ret_element = "";
    2323if (retour.match(RegExp("jQuery", "gi"))) {
    24         ret_element = jQuery(element);
     24    ret_element = jQuery(element);
     25}
     26        else if (retour.match(RegExp("rv_gmaps", "gi"))) {
     27        ret_element = jQuery().$Prototype(element);
    2528    } else if (retour.match(RegExp("GMaps", "gi"))) {
    2629        ret_element = jQuery(element);
     
    2932} else if (retour.match(RegExp("luciano", "gi"))) {
    3033    ret_element = jQuery().$Luciano(element);
    31 } else if (retour.match(RegExp("rv_gmaps", "gi"))) {
    32         ret_element = jQuery().$Prototype(element);
     34
    3335}else if (retour.match(RegExp("jQuery", "gi"))) {
    3436        ret_element = jQuery(element);
Note: See TracChangeset for help on using the changeset viewer.