|
|
@ -244,6 +244,8 @@ function catchupAllFeeds() {
|
|
|
|
|
|
|
|
|
|
|
|
function viewfeed(feed, skip, subop) {
|
|
|
|
function viewfeed(feed, skip, subop) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enableHotkeys();
|
|
|
|
|
|
|
|
|
|
|
|
var searchbox = document.getElementById("searchbox");
|
|
|
|
var searchbox = document.getElementById("searchbox");
|
|
|
|
|
|
|
|
|
|
|
|
if (searchbox) {
|
|
|
|
if (searchbox) {
|
|
|
@ -298,6 +300,8 @@ function cleanSelectedHeadlines() {
|
|
|
|
|
|
|
|
|
|
|
|
function view(id,feed_id) {
|
|
|
|
function view(id,feed_id) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enableHotkeys();
|
|
|
|
|
|
|
|
|
|
|
|
if (xmlhttp_view.readyState != 4 && xmlhttp_view.readyState != 0) {
|
|
|
|
if (xmlhttp_view.readyState != 4 && xmlhttp_view.readyState != 0) {
|
|
|
|
printLockingError();
|
|
|
|
printLockingError();
|
|
|
|
return
|
|
|
|
return
|
|
|
|