1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02: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 (next_id != undefined) {
view(next_id, active_feed_id);