Ignore:
Timestamp:
Nov 1, 2010, 1:48:24 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix bug with pamooramic...

File:
1 edited

Legend:

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

    r7536 r7538  
    22var d1 = 0;
    33var init_tb = 0;
    4 /*
    5 function $(element, nc) {
    6     if (MooTools.version == "1.2.4") {
    7         MooTools_version = "Luciano"; // luciano
    8         return  jQuery().$Luciano(element, nc);
    9     }
    10 }
    11 */
     4
    125jQuery(window).load(function () {
    136    if (jQuery("#theImage").css("position") == "relative") {
     
    2114            n = Browser;
    2215        }
     16    });
     17
    2318
    2419    function $(element, nc) {
    2520        //============== détection framework ==================
    26 
    27 
    2821        var tp1 = typeof (MooTools);
    2922        var MooTools_version = "0";
    3023
    3124        if (tp1 != "undefined") {
     25            MooTools_version = "1";
    3226            if (MooTools.version == "1.2.4") {
    3327                MooTools_version = "Luciano"; // luciano
     
    3731            if (MooTools.version == "1.11") {
    3832                MooTools_version = "pamoorama"; //pamoorama
    39                 try {
    40 
    41                 } catch (e) {
    42 
    43                 };
    4433            }
    4534
     
    360349
    361350    }
    362 });
     351
    363352//=========================================================
    364353(function ($) {
Note: See TracChangeset for help on using the changeset viewer.