mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 13:31:27 +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 {
|
||||
debug("article_callback: returned no XML object");
|
||||
/* var f = document.getElementById("content-frame");
|
||||
f.innerHTML = "<div class='whiteBox'>" + __('Could not display article (missing XML object)') + "</div>"; */
|
||||
var f = document.getElementById("content-frame");
|
||||
f.innerHTML = "<div class='whiteBox'>" + __('Could not display article (missing XML object)') + "</div>";
|
||||
}
|
||||
} catch (e) {
|
||||
exception_error("article_callback", e);
|
||||
|
||||
Reference in New Issue
Block a user