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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user