feed browser: scope button shows loading prompt
This commit is contained in:
parent
5e96ca9df2
commit
ce8de9044d
|
@ -114,7 +114,7 @@
|
||||||
|
|
||||||
print "</select>
|
print "</select>
|
||||||
<input type=\"submit\" class=\"button\"
|
<input type=\"submit\" class=\"button\"
|
||||||
onclick=\"updateBigFeedBrowser()\" value=\"".__('Show')."\">
|
onclick=\"updateBigFeedBrowserBtn()\" value=\"".__('Show')."\">
|
||||||
</div>";
|
</div>";
|
||||||
|
|
||||||
if (db_num_rows($result) > 0) {
|
if (db_num_rows($result) > 0) {
|
||||||
|
|
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)) {
|
if (!xmlhttp_ready(xmlhttp)) {
|
||||||
printLockingError();
|
printLockingError();
|
||||||
|
|
Loading…
Reference in New Issue