Monotone-Parent: ffa02d814d2b95752685c44776cbbb2b26be4b47

Monotone-Revision: cef5766f36be67ad2c832de6c30036169a70cff5

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-09-09T19:01:38
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-09-09 19:01:38 +00:00
parent 7bc8c818e9
commit 103c5fad9b
2 changed files with 8 additions and 18 deletions
+5 -3
View File
@@ -141,9 +141,11 @@ var SOGoDragHandlesInterface = {
}
},
saveDragHandleState: function (type, position) {
var urlstr = ApplicationBaseURL + "saveDragHandleState"
+ "?" + type + "=" + position;
triggerAjaxRequest(urlstr, this.saveDragHandleStateCallback);
if (!$(document.body).hasClassName("popup")) {
var urlstr = ApplicationBaseURL + "saveDragHandleState"
+ "?" + type + "=" + position;
triggerAjaxRequest(urlstr, this.saveDragHandleStateCallback);
}
},
saveDragHandleStateCallback: function (http) {