summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-14 01:41:27 +0300
committerAndrew Dolgov <[email protected]>2010-11-14 01:41:27 +0300
commit4ad8c93b95acf0ae536fa07f600f2f16204d788a (patch)
tree537c6efc236530ac2473f1ac4270a5b7d15f9ec2 /feedlist.js
parent0526ffdd4c5571533f1612a76cbc9acf0bb257cd (diff)
js: code cleanup
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/feedlist.js b/feedlist.js
index 9285c61fd..09e76f825 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -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");