all_counters_callback broken xml notify moved to debug

master
Andrew Dolgov 19 years ago
parent 4c2abbc121
commit b00ed196e4

@ -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;
}

@ -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;

Loading…
Cancel
Save