silly error
This commit is contained in:
parent
d44309cd50
commit
78b530205d
|
@ -886,7 +886,7 @@ ImageBox.prototype.resize = function(dimensions) {
|
||||||
if (response.status == 1) {
|
if (response.status == 1) {
|
||||||
var path = $.trim(response.path);
|
var path = $.trim(response.path);
|
||||||
that.jq.find('.edgeImage').attr("src", 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;
|
// REVISION_NO = response.rev_id;
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user