Fix rename of calendars, improve tasks count badge

This commit is contained in:
Francis Lachapelle
2014-07-08 17:19:55 -04:00
parent 1cf4841477
commit 45553be122
10 changed files with 87 additions and 49 deletions
@@ -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();
}
}