mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-13 12:25:08 +00:00
Fix rename of calendars, improve tasks count badge
This commit is contained in:
@@ -1356,7 +1356,7 @@ function getListIndexForFolder(items, owner, folderName) {
|
||||
|
||||
for (i = 0; i < items.length; i++) {
|
||||
if (items[i].id == '/personal') continue;
|
||||
var currentFolderName = items[i].lastChild.nodeValue.strip();
|
||||
var currentFolderName = items[i].childNodesWithTag("span")[0].innerHTML.strip();
|
||||
var currentOwner = items[i].readAttribute('owner');
|
||||
if (currentOwner == owner) {
|
||||
previousOwner = currentOwner;
|
||||
|
||||
Reference in New Issue
Block a user