Ignore:
Timestamp:
May 25, 2011, 12:03:16 PM (13 years ago)
Author:
patdenice
Message:

Remove useless code and small bug correction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/thumbnail.tpl

    r10686 r11045  
    8585  });
    8686
    87   jQuery('input#cancel').click (function () {
    88     queuedManager.clear();
    89     queuedManager.abort();
    90     jQuery("input:not(.nodisable)").attr("disabled",false);
    91     jQuery('tr.nothumb td.thumbpic').html(" ");
    92    
    93   });
    94 
    9587  toggleCropFields();
    9688  jQuery("#thumb_crop").click(function () {toggleCropFields()});
Note: See TracChangeset for help on using the changeset viewer.