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:
Francis Lachapelle
2008-09-02 21:16:35 +00:00
parent 5eadf6a936
commit 55573ae613

View File

@@ -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" });
}
}