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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user