summaryrefslogtreecommitdiffstats
path: root/frontends/php/js
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-03 10:24:46 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-03 10:24:46 +0000
commitf76c30e882c1ab030b91dbe4ea8581c2b2c6ef05 (patch)
tree82d0cc4a1d306007378843e1ee2aacf9b29e9b21 /frontends/php/js
parentd61b888e2947cc92766cac05abe6f8a238038269 (diff)
downloadzabbix-f76c30e882c1ab030b91dbe4ea8581c2b2c6ef05.tar.gz
zabbix-f76c30e882c1ab030b91dbe4ea8581c2b2c6ef05.tar.xz
zabbix-f76c30e882c1ab030b91dbe4ea8581c2b2c6ef05.zip
- added "remove all" option in dashboard menus (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5584 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/js')
-rw-r--r--frontends/php/js/common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/js/common.js b/frontends/php/js/common.js
index e8f16f41..22580d4d 100644
--- a/frontends/php/js/common.js
+++ b/frontends/php/js/common.js
@@ -129,7 +129,7 @@ function add2favorites(favobj,favid){
{
'method': 'post',
'parameters':params,
- 'onSuccess': function(resp){ alert(resp.responseText);},//alert(resp.responseText);
+ 'onSuccess': function(resp){ },//alert(resp.responseText);
'onFailure': function(){ document.location = uri.getPath()+'?'+Object.toQueryString(params); }
}
);