mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-05 15:16:26 +00:00
Fixed dtree issue
Monotone-Parent: a73f76eb898b4da5d09ab8b2ab40534bf749f3f4 Monotone-Revision: cd47285793879adfc070a9c4d18ddeff85722b7f Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-09-04T19:31:38 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -145,6 +145,7 @@ function foldersSearchCallback(http) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
dd.innerHTML = '';
|
||||
dd.appendChild (addFolderNotFoundNode (d, nodeId));
|
||||
var sd = $("sd" + (nodeId + 1));
|
||||
sd.observe("click", onTreeItemClick);
|
||||
|
||||
@@ -152,6 +152,7 @@ function foldersSearchCallback(http) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
dd.innerHTML = '';
|
||||
dd.appendChild(addFolderNotFoundNode (d, nodeId, null));
|
||||
var sd = $("sd" + (nodeId + 1));
|
||||
sd.observe("click", onTreeItemClick);
|
||||
|
||||
BIN
UI/WebServerResources/add-web-calendar.png
Normal file
BIN
UI/WebServerResources/add-web-calendar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user