mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 19:15:56 +00:00
all_counters_callback broken xml notify moved to debug
This commit is contained in:
@@ -564,7 +564,7 @@ function all_counters_callback() {
|
|||||||
if (xmlhttp_rpc.readyState == 4) {
|
if (xmlhttp_rpc.readyState == 4) {
|
||||||
try {
|
try {
|
||||||
if (!xmlhttp_rpc.responseXML || !xmlhttp_rpc.responseXML.firstChild) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ var xmlhttp_rpc = Ajax.getTransport();
|
|||||||
function view(id, feed_id) {
|
function view(id, feed_id) {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
debug("loading article: " + id + "/" + feed_id);
|
debug("loading article: " + id + "/" + feed_id);
|
||||||
|
|
||||||
var f_document = getFeedsContext().document;
|
var f_document = getFeedsContext().document;
|
||||||
|
|||||||
Reference in New Issue
Block a user