mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
article_callback: enable error message when could not receive content
This commit is contained in:
@@ -132,8 +132,8 @@ function article_callback() {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
debug("article_callback: returned no XML object");
|
debug("article_callback: returned no XML object");
|
||||||
/* var f = document.getElementById("content-frame");
|
var f = document.getElementById("content-frame");
|
||||||
f.innerHTML = "<div class='whiteBox'>" + __('Could not display article (missing XML object)') + "</div>"; */
|
f.innerHTML = "<div class='whiteBox'>" + __('Could not display article (missing XML object)') + "</div>";
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("article_callback", e);
|
exception_error("article_callback", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user