Ignore:
Timestamp:
Dec 9, 2010, 3:10:07 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix warning on jquery


File:
1 edited

Legend:

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

    r8007 r8057  
    13111311
    13121312
    1313 
    1314      $(function () {
    1315 
     1313$(function () {
    13161314         jQuery('#pamoorama').live('ON', function (e) {
    13171315             jQuery(jQuery('.debug').get(1)).trigger('ON');
     
    13561354
    13571355         // Add 10 testing debugs to start with
    1358 
     1356         jQuery(window).load(function () {
    13591357         if (DEBUG == "true") {
    13601358             for (var i = 0; i < 10; i++) {
     
    13641362
    13651363         }
    1366          //  }); //on load
     1364        }); //on load
    13671365     });
Note: See TracChangeset for help on using the changeset viewer.