article_callback: enable error message when could not receive content

master
Andrew Dolgov 17 years ago
parent ac162cbe5a
commit 0d88fd97df

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

Loading…
Cancel
Save