mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 14:51:28 +00:00
feed browser: scope button shows loading prompt
This commit is contained in:
7
prefs.js
7
prefs.js
@@ -1587,7 +1587,12 @@ function feedBrowserSubscribe() {
|
||||
}
|
||||
}
|
||||
|
||||
function updateBigFeedBrowser(limit) {
|
||||
function updateBigFeedBrowserBtn() {
|
||||
notify_progress("Loading, please wait...");
|
||||
return updateBigFeedBrowser();
|
||||
}
|
||||
|
||||
function updateBigFeedBrowser(limit, from_button) {
|
||||
|
||||
if (!xmlhttp_ready(xmlhttp)) {
|
||||
printLockingError();
|
||||
|
||||
Reference in New Issue
Block a user