mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Javascript improvements and fix for IE8
Monotone-Parent: ac5f8b237dc599527e40ae6ad5333633c8dfffe1 Monotone-Revision: 90cccbef5388ee00f07794b49092e47c6767a899 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-06-02T19:45:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -133,6 +133,7 @@ dTree.prototype.addNode = function(pNode) {
|
||||
dTree.prototype.node = function(node, nodeId) {
|
||||
var str = '';
|
||||
|
||||
this.aNodes[nodeId] = node;
|
||||
if (this.root.id != node.pid || !this.config.hideRoot) {
|
||||
str += '<div class="dTreeNode"';
|
||||
if (node.datatype) str += ' datatype="' + node.datatype + '"';
|
||||
|
||||
Reference in New Issue
Block a user