Plugin Directory

Changeset 683220


Ignore:
Timestamp:
03/17/2013 01:30:37 PM (13 years ago)
Author:
ti2m
Message:

jquery no conflict fix : replace 4 through jquery

File:
1 edited

Legend:

Unmodified
Added
Removed
  • edge-suite/trunk/includes/edge-wordpress.js

    r633031 r683220  
    4747
    4848    // Inject the stage definition for all instances of a composition.
    49     var stages = $("." + compId);
     49    var stages = jQuery("." + compId);
    5050    for (var i = 0; i < stages.length; i++) {
    51       var stage_id = $(stages[i]).attr('id');
     51      var stage_id = jQuery(stages[i]).attr('id');
    5252      states["Base State"]["${_" + stage_id + "}"] = stage_src;
    5353    }
Note: See TracChangeset for help on using the changeset viewer.