1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:25:55 +00:00

remove two unnecessary hideOrShowFeeds calls

This commit is contained in:
Andrew Dolgov
2013-03-19 16:46:27 +04:00
parent 714b063f6b
commit 4b74648909
2 changed files with 0 additions and 3 deletions

View File

@@ -895,8 +895,6 @@ function handle_rpc_json(transport, scheduled_call) {
if (runtime_info)
parse_runtime_info(runtime_info);
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
Element.hide(dijit.byId("net-alert").domNode);
} else {