var active_feed_id = false;
var active_offset = false;
-var total_feed_entries = false;
-
var search_query = "";
/*@cc_on @*/
limit = "All";
}
- if (skip < 0 || skip > total_feed_entries) {
- return;
- }
-
- if (!xmlhttp_ready(xmlhttp)) {
- printLockingError();
- return
- }
-
if (active_feed_id != feed || skip != active_offset) {
active_post_id = false;
}
var viewbox = document.getElementById("viewbox");
viewbox.value = getCookie("ttrss_vf_vmode");
}
+
+ if (getCookie("ttrss_vf_actfeed")) {
+ viewfeed(getCookie("ttrss_vf_actfeed"), 0, "");
+ }
}