summaryrefslogtreecommitdiffstats
path: root/frontends/php/js/common.js
diff options
context:
space:
mode:
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); }
}
);