From 78b530205dfd1a15511eaaf714e0171adee64bc8 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 6 Mar 2012 18:01:04 +0530 Subject: [PATCH] silly error --- edgware/static/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgware/static/js/editor.js b/edgware/static/js/editor.js index 2208663..9cc62ae 100644 --- a/edgware/static/js/editor.js +++ b/edgware/static/js/editor.js @@ -886,7 +886,7 @@ ImageBox.prototype.resize = function(dimensions) { if (response.status == 1) { var path = $.trim(response.path); that.jq.find('.edgeImage').attr("src", path); - that.setCSS({'top': top, 'left': left}); + that.setCSS({'top': dimensions.top, 'left': dimensions.left}); // REVISION_NO = response.rev_id; return true; } else {