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