From: Andrew Dolgov Date: Wed, 16 May 2007 03:39:05 +0000 (+0100) Subject: article_callback: enable error message when could not receive content X-Git-Tag: schema_freeze_for_1.2.11~42 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0d88fd97dfd6cc851bfe5b3b88cbcf8a0fca59e7;p=tt-rss.git article_callback: enable error message when could not receive content --- diff --git a/viewfeed.js b/viewfeed.js index 27af8c08..abf483e2 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -132,8 +132,8 @@ function article_callback() { } else { debug("article_callback: returned no XML object"); - /* var f = document.getElementById("content-frame"); - f.innerHTML = "
" + __('Could not display article (missing XML object)') + "
"; */ + var f = document.getElementById("content-frame"); + f.innerHTML = "
" + __('Could not display article (missing XML object)') + "
"; } } catch (e) { exception_error("article_callback", e);