1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15: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

@@ -154,7 +154,6 @@ function feedlist_init() {
try {
console.log("in feedlist init");
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
document.onkeydown = hotkey_handler;
setTimeout("hotkey_prefix_timeout()", 5*1000);