summaryrefslogtreecommitdiffstats
path: root/frontends/php/dashboard.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-14 15:18:47 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-14 15:18:47 +0000
commitfe273fd8055bbb22f821d638f87d532664da2cfe (patch)
tree7f32b6da932794220523c3f94bb70747802f89f9 /frontends/php/dashboard.php
parent0266c585d15a0c85d06940bbc801a2ff8516109e (diff)
downloadzabbix-fe273fd8055bbb22f821d638f87d532664da2cfe.tar.gz
zabbix-fe273fd8055bbb22f821d638f87d532664da2cfe.tar.xz
zabbix-fe273fd8055bbb22f821d638f87d532664da2cfe.zip
- [DEV-199] performance improvements of js scripts in users screen (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5916 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/dashboard.php')
-rw-r--r--frontends/php/dashboard.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/dashboard.php b/frontends/php/dashboard.php
index 462aee17..d23964f6 100644
--- a/frontends/php/dashboard.php
+++ b/frontends/php/dashboard.php
@@ -220,8 +220,8 @@ include_once "include/page_header.php";
make_refresh_menu('hat_webovr',get_profile('web.dahsboard.rf_rate.hat_webovr',60),$menu,$submenu);
make_refresh_menu('hat_dscvry',get_profile('web.dahsboard.rf_rate.hat_dscvry',60),$menu,$submenu);
- insert_js('var dashboard_menu='.zbx_jsvalue($menu)."\n".
- 'var dashboard_submenu='.zbx_jsvalue($submenu)."\n"
+ insert_js('var dashboard_menu='.zbx_jsvalue($menu).";\n".
+ 'var dashboard_submenu='.zbx_jsvalue($submenu).";\n"
);
// --------------