mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 03:49:28 +00:00
Monotone-Parent: bf785cb3c555f8f6753cf915bc53455b1fb08004
Monotone-Revision: 12423bfe0e23ad0f3bb7c3e1f56d79229886b2e3 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-09-02T21:16:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1570,9 +1570,7 @@ function saveFoldersState() {
|
||||
var urlstr = ApplicationBaseURL + "saveFoldersState";
|
||||
var parameters = "expandedFolders=" + foldersState;
|
||||
triggerAjaxRequest(urlstr, saveFoldersStateCallback, null, parameters,
|
||||
{ "Content-type": "application/x-www-form-urlencoded",
|
||||
"Content-length": parameters.length,
|
||||
"Connection": "close" });
|
||||
{ "Content-type": "application/x-www-form-urlencoded" });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user