Ignore:
Timestamp:
Nov 30, 2010, 9:28:28 AM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] fix bug cl_conflit/autosize

File:
1 edited

Legend:

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

    r7932 r7944  
    118118
    119119    } else if (retour.match(RegExp("luciano", "gi"))) {
    120         $1 = $_;
     120         
    121121
    122122        ret_element = jQuery().$Luciano(element, nc);
     
    412412            }
    413413            //======================
     414            //? bubble 
     415            Expression = new RegExp("\\$", "gi")
     416            if (fn.match(Expression)) {
     417                if (fn.match(RegExp("rateForm", "gi"))) {
     418
     419                    states.push('Luciano');
     420                    break;
     421                }
     422            }
     423            // "window.fireEvent('domready')"
     424            Expression = new RegExp("window.fireEvent", "gi")
     425            if (fn.match(Expression)) {  //luciano
     426                // "window.fireEvent('domready')"
     427                Expression = new RegExp("window.fireEvent..domready..", "gi")
     428                if (fn.match(Expression)) {
     429                    states.push('Luciano');
     430                    break;
     431                }
     432            }
     433            if (fn.match(RegExp("(splat|buildFrameWork|photoNext)", "gi"))) {  //luciano
     434
     435                states.push('Luciano');
     436                break;
     437            }
     438            //======================
    414439            if (fn.match(RegExp("_footer|ie_ready|makeDraggable|droppables", "gi"))) {
    415440
     
    439464                break;
    440465            }
    441             //? bubble 
    442             Expression = new RegExp("\\$", "gi")
    443             if (fn.match(Expression)) {
    444                 if (fn.match(RegExp("rateForm", "gi"))) {
    445 
    446                     states.push('Luciano');
    447                     break;
    448                 }
    449             }
    450             // "window.fireEvent('domready')"
    451             Expression = new RegExp("window.fireEvent", "gi")
    452             if (fn.match(Expression)) {  //luciano
    453                 // "window.fireEvent('domready')"
    454                 Expression = new RegExp("window.fireEvent..domready..", "gi")
    455                 if (fn.match(Expression)) {
    456                     states.push('Luciano');
    457                     break;
    458                 }
    459             }
    460             if (fn.match(RegExp("(splat|buildFrameWork|photoNext)", "gi"))) {  //luciano
    461 
    462                 states.push('Luciano');
    463                 break;
    464             }
     466
    465467
    466468            if (all_functions.length > 50)
     
    556558})(jQuery);
    557559
    558 
     560 
     561 
     562$_0= $;
    559563function $(element, nc0) {
    560564    a = conflit(element, nc0);
     
    586590
    587591}
     592 
     593
    588594$_ = $;
    589595function save_framework(page) {
     
    594600    }
    595601   
    596     $_ = $;
     602    $_2 = $;
    597603    return
    598604
Note: See TracChangeset for help on using the changeset viewer.