summaryrefslogtreecommitdiff
path: root/js/jcrop
diff options
context:
space:
mode:
Diffstat (limited to 'js/jcrop')
-rw-r--r--js/jcrop/jquery.Jcrop.go.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/js/jcrop/jquery.Jcrop.go.js b/js/jcrop/jquery.Jcrop.go.js
index b2737407b..a0399d540 100644
--- a/js/jcrop/jquery.Jcrop.go.js
+++ b/js/jcrop/jquery.Jcrop.go.js
@@ -37,10 +37,3 @@
$('#avatar_crop_w').val(c.w);
$('#avatar_crop_h').val(c.h);
};
-
- function checkCoords() {
- if (parseInt($('#avatar_crop_w').val())) return true;
- alert('Please select a crop region then press submit.');
- return false;
- };
-