1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 05:01:27 +00:00

remove top hello - feedback - preferences line

This commit is contained in:
Andrew Dolgov
2013-02-06 20:14:06 +04:00
parent ed47e3c418
commit 2d1282d4d1
6 changed files with 69 additions and 94 deletions

View File

@@ -211,7 +211,7 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
"</div>");
} else {
//notify_error("Error communicating with server.");
Element.show("net-alert");
Element.show(dijit.byId("net-alert").domNode);
}
_infscroll_request_sent = 0;
@@ -322,7 +322,7 @@ function article_callback2(transport, id) {
render_article("<div class='whiteBox'>" +
__('Could not display article (invalid object received - see error console for details)') + "</div>");
} else {
Element.show("net-alert");
Element.show(dijit.byId("net-alert").domNode);
}
request_counters();