1
0
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:
Andrew Dolgov
2007-05-16 04:39:05 +01:00
parent ac162cbe5a
commit 0d88fd97df

View File

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