Fix for folder creation in web interface

Monotone-Parent: 7ac5d165aefe44d7baf56c60ea6bdd8b100d1675
Monotone-Revision: aef1019c7301247713eb09de3ac3db5bad7bd607

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-08-25T06:55:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-08-25 06:55:03 +00:00
parent 2723e6ffeb
commit 655d7acab1
+1 -1
View File
@@ -1620,7 +1620,7 @@ function createFolder(name, okCB, notOkCB) {
document.newFolderAjaxRequest.aborted = true;
document.newFolderAjaxRequest.abort();
}
var url = ApplicationBaseURL + "/createFolder?name=" + name;
var url = ApplicationBaseURL + "/createFolder?name=" + escape(name.utf8encode());
document.newFolderAjaxRequest
= triggerAjaxRequest(url, createFolderCallback,
{name: name,