aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/thumbnail.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/template/thumbnail.tpl')
-rw-r--r--admin/themes/default/template/thumbnail.tpl8
1 files changed, 0 insertions, 8 deletions
diff --git a/admin/themes/default/template/thumbnail.tpl b/admin/themes/default/template/thumbnail.tpl
index 8a2dec411..b02e80bfa 100644
--- a/admin/themes/default/template/thumbnail.tpl
+++ b/admin/themes/default/template/thumbnail.tpl
@@ -84,14 +84,6 @@ jQuery(document).ready(function(){
processThumbs(width,height,crop,follow_orientation);
});
- jQuery('input#cancel').click (function () {
- queuedManager.clear();
- queuedManager.abort();
- jQuery("input:not(.nodisable)").attr("disabled",false);
- jQuery('tr.nothumb td.thumbpic').html(" ");
-
- });
-
toggleCropFields();
jQuery("#thumb_crop").click(function () {toggleCropFields()});