summaryrefslogtreecommitdiffstats
path: root/frontends/php/js/common.js
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-02 14:30:09 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-02 14:30:09 +0000
commit5160f49d9546dc4a33fff23e75b03b5ac13de570 (patch)
tree6ca1d0e6dd639e25aa4d5d2bed4cc2bcc0593c8b /frontends/php/js/common.js
parent674c41240eec523885688bed0a649548ac9b2086 (diff)
downloadzabbix-5160f49d9546dc4a33fff23e75b03b5ac13de570.tar.gz
zabbix-5160f49d9546dc4a33fff23e75b03b5ac13de570.tar.xz
zabbix-5160f49d9546dc4a33fff23e75b03b5ac13de570.zip
- added deletion from favorites on deleting items,graphs,screens,maps.. (Artem)
- changes resources for favorites (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5579 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/js/common.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 22580d4d..e8f16f41 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);
+ 'onSuccess': function(resp){ alert(resp.responseText);},//alert(resp.responseText);
'onFailure': function(){ document.location = uri.getPath()+'?'+Object.toQueryString(params); }
}
);