Ignore:
Timestamp:
2022-02-01T11:54:46+13:00 (2 years ago)
Author:
cstephen
Message:

Migrate to using jQuery3 and jQuery-UI-1.13.2; and integrate cookie consent manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/js/ui.nestedSortable.js

    r27714 r36027  
    6969            var validHandle = false;
    7070
    71             $(this.options.handle, currentItem).find("*").andSelf().each(function() { if(this == event.target) validHandle = true; });
     71            $(this.options.handle, currentItem).find("*").addBack().each(function() { if(this == event.target) validHandle = true; });
    7272            if(!validHandle) return false;
    7373        }
Note: See TracChangeset for help on using the changeset viewer.