mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 02:55:26 +00:00
Fix rename of calendars, improve tasks count badge
This commit is contained in:
@@ -44,7 +44,7 @@ function folderRenameCallback(http) {
|
||||
if (http.readyState == 4) {
|
||||
if (isHttpStatus204(http.status)) {
|
||||
var dict = http.callbackData;
|
||||
dict["node"].innerHTML = dict["name"];
|
||||
dict["node"].childNodesWithTag("span")[0].innerHTML = dict["name"];
|
||||
window.close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user