mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-25 06:49:29 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user