diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-04-04 00:21:14 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-04-04 00:21:14 +0000 |
commit | 6352944c967045ac53b9ae12d8cc6b8f50063c45 (patch) | |
tree | ee6adb4841d4fad2bc4b248b743632fe0632a6ab /vendors/jquery.imgareaselect-0.6.2.js | |
parent | 9adff06c774ed66b99f9754263642fcf84b1dec4 (diff) | |
download | elgg-6352944c967045ac53b9ae12d8cc6b8f50063c45.tar.gz elgg-6352944c967045ac53b9ae12d8cc6b8f50063c45.tar.bz2 |
grrrr....stupid debug statement was crashing the image select - integrating other people's code can be annoying
Diffstat (limited to 'vendors/jquery.imgareaselect-0.6.2.js')
-rw-r--r-- | vendors/jquery.imgareaselect-0.6.2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendors/jquery.imgareaselect-0.6.2.js b/vendors/jquery.imgareaselect-0.6.2.js index 76f77ee98..d33e38b8d 100644 --- a/vendors/jquery.imgareaselect-0.6.2.js +++ b/vendors/jquery.imgareaselect-0.6.2.js @@ -307,7 +307,7 @@ jQuery.imgAreaSelect.init = function (img, options) { selection.width = 70;
selection.height = 70;
- console.log(selection);
+ //console.log(selection);
resize = [ ];
|