1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

js: code cleanup

This commit is contained in:
Andrew Dolgov
2010-11-14 01:41:27 +03:00
parent 0526ffdd4c
commit 4ad8c93b95
3 changed files with 31 additions and 100 deletions
-8
View File
@@ -210,14 +210,6 @@ function viewfeed(feed, subop, is_cat, offset) {
Form.enable("main_toolbar_form");
// for piggybacked counters
if (tagsAreDisplayed()) {
query = query + "&omode=lt";
} else {
query = query + "&omode=flc";
}
console.log(query);
var container = $("headlinesInnerContainer");