summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-27 15:42:47 +0100
committerAndrew Dolgov <[email protected]>2005-08-27 15:42:47 +0100
commit55acb3cbfe83e50c268709b63f51f66a9d7f6772 (patch)
tree5854e2dd22cfc5021f149f53198f2b1f8be0db23 /tt-rss.js
parent19fc76c082ad5e4598c7d7ffc0c5a15a666c0dfb (diff)
remove unneeded object in tt-rss.js
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index a8766ad28..e6eca2172 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -431,8 +431,6 @@ function moveToPost(mode) {
}
}
- var content = document.getElementById("headlinesList");
-
if (mode == "next") {
if (next_id != undefined) {
view(next_id, active_feed_id);