]> git.wh0rd.org - tt-rss.git/commitdiff
remove unneeded object in tt-rss.js
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 27 Aug 2005 14:42:47 +0000 (15:42 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 27 Aug 2005 14:42:47 +0000 (15:42 +0100)
tt-rss.js

index a8766ad28f7cc6657c7819a3ce7b994489fa6048..e6eca217234eaa96be4d23f99120435fa5ef5934 100644 (file)
--- 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);