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

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");