summaryrefslogtreecommitdiff
path: root/js/jcrop
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-03-04 05:11:18 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-03-04 05:11:18 +0000
commitdcdf47cff2dc62996df042aa0e5d19948b265686 (patch)
treefc3597f0d48b1c1cddb1a03e4f5963e38831f219 /js/jcrop
parent8408e82f928d1b159a6c9f2dd8fabd269590be61 (diff)
Avatar crop fix for shrinking/stretching of images when user doesn't
scale it with the Jcrop tool (but hits Crop). This will use the lower value from width/height.
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;
- };
-