From 469d17e7d448ec1833abb72add88d1d1f61c4a06 Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 20 Aug 2008 14:46:11 +0000 Subject: - [DEV-199] performance improvements of js scripts in hosts screen (Artem) - [DEV-137] many small fixes (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5932 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/js/tree.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/php/js/tree.js') diff --git a/frontends/php/js/tree.js b/frontends/php/js/tree.js index 2681dd00..393016c2 100644 --- a/frontends/php/js/tree.js +++ b/frontends/php/js/tree.js @@ -17,6 +17,8 @@ ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. **/ // JavaScript Document +// Tree manipulations class +// author: Aly var tree ={ init : function(){ -- cgit