Changeset 51947
- Timestamp:
- 10/28/2021 05:49:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/vendor/plupload/handlers.js
r51227 r51947 150 150 151 151 // Bind Ajax to the new Delete button. 152 jQuery( 'a.delete', item ). click(function(){152 jQuery( 'a.delete', item ).on( 'click', function(){ 153 153 // Tell the server to delete it. TODO: Handle exceptions. 154 154 jQuery.ajax({ … … 168 168 169 169 // Bind Ajax to the new Undo button. 170 jQuery( 'a.undo', item ). click(function(){170 jQuery( 'a.undo', item ).on( 'click', function(){ 171 171 // Tell the server to untrash it. TODO: Handle exceptions. 172 172 jQuery.ajax({
Note: See TracChangeset
for help on using the changeset viewer.