See ChangeLog

Monotone-Parent: 9e1649b38d7b35c48bc95fdbaa0ed062a6046495
Monotone-Revision: 7605704028eff50386f4f9c1e4e93aa47eea31c3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-17T13:55:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2012-09-17 13:55:22 +00:00
parent 0da9573834
commit ec2e71090e
22 changed files with 51 additions and 40 deletions

View File

@@ -277,9 +277,11 @@ dTree.prototype = {
if (this.selectedNode || this.selectedNode==0) {
eOld = document.getElementById("s" + this.obj + this.selectedNode);
eOld.deselect();
eOld.parentNode.removeClassName('_selected');
}
eNew = document.getElementById("s" + this.obj + id);
eNew.selectElement();
eNew.parentNode.addClassName('_selected');
this.selectedNode = id;
if (this.config.useCookies) this.setCookie('cs' + this.obj, cn.id);
}