summaryrefslogtreecommitdiffstats
path: root/frontends/php/screens.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-25 17:37:16 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-25 17:37:16 +0000
commitb6c78fc22404ded307191b277f18fbf92a169779 (patch)
treed7cf487f3b9493e29a09e65ab103e6cd4612130d /frontends/php/screens.php
parentdc4bea51ea068277a384cc406d46e7a35c83d56d (diff)
downloadzabbix-b6c78fc22404ded307191b277f18fbf92a169779.tar.gz
zabbix-b6c78fc22404ded307191b277f18fbf92a169779.tar.xz
zabbix-b6c78fc22404ded307191b277f18fbf92a169779.zip
- fixed dependency groupid->hostid->graphid in charts screen (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5531 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/screens.php')
-rw-r--r--frontends/php/screens.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/screens.php b/frontends/php/screens.php
index b6774e0b..ca1ecd32 100644
--- a/frontends/php/screens.php
+++ b/frontends/php/screens.php
@@ -28,7 +28,7 @@
$page["title"] = "S_CUSTOM_SCREENS";
$page["file"] = "screens.php";
$page['hist_arg'] = array('config','elementid');
- $page['scripts'] = array('prototype.js','url.js','gmenu.js','scrollbar.js','sbox.js','sbinit.js'); //do not change order!!!
+ $page['scripts'] = array('gmenu.js','scrollbar.js','sbox.js','sbinit.js'); //do not change order!!!
$_REQUEST["fullscreen"] = get_request("fullscreen", 0);