diff options
author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-11 14:48:34 +0000 |
---|---|---|
committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-11 14:48:34 +0000 |
commit | 8e0de84965c91f571e94fa4e1bd7848310a787b3 (patch) | |
tree | 36c838de1bbed7a330901d286873fddcde8c9390 /frontends/php/js/common.js | |
parent | ec99dcce124d70002c5eee4af75a9cf57479b2f1 (diff) | |
download | zabbix-8e0de84965c91f571e94fa4e1bd7848310a787b3.tar.gz zabbix-8e0de84965c91f571e94fa4e1bd7848310a787b3.tar.xz zabbix-8e0de84965c91f571e94fa4e1bd7848310a787b3.zip |
- [DEV-112] added themes option in frontend (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5341 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/js/common.js')
-rw-r--r-- | frontends/php/js/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/js/common.js b/frontends/php/js/common.js index 48cc7c1a..2b3bc433 100644 --- a/frontends/php/js/common.js +++ b/frontends/php/js/common.js @@ -305,7 +305,7 @@ function ScaleChartToParenElement(obj_name) function insert_sizeable_graph(graph_id,url){ if(isset(ZBX_G_WIDTH)) url += "&width="+ZBX_G_WIDTH; - document.write('<img id="'+graph_id+'" src="'+url+'" alt="graph" /><br /><br />'); + document.write('<img id="'+graph_id+'" src="'+url+'" alt="graph" /><br />'); } function remove_childs(form_name,rmvbyname,tag){ |