From 6352944c967045ac53b9ae12d8cc6b8f50063c45 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 4 Apr 2009 00:21:14 +0000 Subject: grrrr....stupid debug statement was crashing the image select - integrating other people's code can be annoying --- vendors/jquery.imgareaselect-0.6.2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ ]; -- cgit v1.2.3