1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:45:56 +00:00

remove unneeded object in tt-rss.js

This commit is contained in:
Andrew Dolgov
2005-08-27 15:42:47 +01:00
parent 19fc76c082
commit 55acb3cbfe

View File

@@ -431,8 +431,6 @@ function moveToPost(mode) {
} }
} }
var content = document.getElementById("headlinesList");
if (mode == "next") { if (mode == "next") {
if (next_id != undefined) { if (next_id != undefined) {
view(next_id, active_feed_id); view(next_id, active_feed_id);