]> git.wh0rd.org Git - tt-rss.git/commitdiff
all_counters_callback broken xml notify moved to debug
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 29 May 2006 07:21:26 +0000 (08:21 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 29 May 2006 07:21:26 +0000 (08:21 +0100)
functions.js
viewfeed.js

index 2d04c02a1e24438346380057f0c17f8708338049..3b6339b82e92fa688e19097cd21234b69122aaae 100644 (file)
@@ -564,7 +564,7 @@ function all_counters_callback() {
        if (xmlhttp_rpc.readyState == 4) {
                try {
                        if (!xmlhttp_rpc.responseXML || !xmlhttp_rpc.responseXML.firstChild) {
-                               notify("[all_counters_callback] backend did not return valid XML");
+                               debug("[all_counters_callback] backend did not return valid XML");
                                return;
                        }
 
index 8e665acdcc354fb7564798e2048645285e657f8d..58b7d3ecbfc6214267ff22317c67b876804c8a0b 100644 (file)
@@ -5,7 +5,6 @@ var xmlhttp_rpc = Ajax.getTransport();
 function view(id, feed_id) {
        
        try {
-
                debug("loading article: " + id + "/" + feed_id);
        
                var f_document = getFeedsContext().document;