Ignore:
Timestamp:
Dec 18, 2013, 6:48:06 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/EasyCaptcha/template/drag.js

    r24215 r26025  
    3939      });
    4040  })
    41   .drag('end', function(e, dd) {
     41  .drag('end', function() {
    4242      $(this).removeClass('active');
    4343  });
    4444
    4545$easycaptcha.find('.drop_zone')
    46   .drop('start', function(e, dd) {
     46  .drop('start', function() {
    4747      $(this).addClass('active');
    4848  })
Note: See TracChangeset for help on using the changeset viewer.