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:
C Robert
2009-09-04 19:31:38 +00:00
parent 60b68ee8f7
commit 2d70be8981
3 changed files with 2 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ function foldersSearchCallback(http) {
}
}
else {
dd.innerHTML = '';
dd.appendChild (addFolderNotFoundNode (d, nodeId));
var sd = $("sd" + (nodeId + 1));
sd.observe("click", onTreeItemClick);

View File

@@ -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);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB