remove unneeded object in tt-rss.js
This commit is contained in:
parent
19fc76c082
commit
55acb3cbfe
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue