summaryrefslogtreecommitdiffstats
path: root/frontends/php/js
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-22 15:57:05 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-22 15:57:05 +0000
commita584d19006ba3659fc6fde7796bfc5d25575c0ab (patch)
treedd94162da9046f9e1a49f0682156415cc5699ab0 /frontends/php/js
parent9848b90bd9eddf0324ffdc0d8f089c6c24683fe8 (diff)
downloadzabbix-a584d19006ba3659fc6fde7796bfc5d25575c0ab.tar.gz
zabbix-a584d19006ba3659fc6fde7796bfc5d25575c0ab.tar.xz
zabbix-a584d19006ba3659fc6fde7796bfc5d25575c0ab.zip
- [DEV-118] fix to dashboard screen (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5388 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/js')
-rw-r--r--frontends/php/js/dashboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/js/dashboard.js b/frontends/php/js/dashboard.js
index 280bcd9c..997d3a5a 100644
--- a/frontends/php/js/dashboard.js
+++ b/frontends/php/js/dashboard.js
@@ -54,7 +54,7 @@ function rm4favorites(favobj,favid,menu_rowid){
{
'method': 'post',
'parameters':params,
- 'onSuccess': function(resp){ },
+ 'onSuccess': function(resp){ },//alert(resp.responseText);
'onFailure': function(){ document.location = 'dashboard.php?'+Object.toQueryString(params); }
}
);