mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 14:45:28 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user