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

some searchbox focus workarouns, content hash checking is optional now

This commit is contained in:
Andrew Dolgov
2005-08-25 15:12:10 +01:00
parent da61567a39
commit 36bf74967c
4 changed files with 11 additions and 2 deletions

View File

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