mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 20:35:24 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user