From: Andrew Dolgov Date: Fri, 16 Jan 2009 09:51:31 +0000 (+0100) Subject: feed browser: scope button shows loading prompt X-Git-Tag: 1.3.0~163 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ce8de9044d18d3ed4537783c1fa72ca6b46d7892;p=tt-rss.git feed browser: scope button shows loading prompt --- diff --git a/modules/pref-feed-browser.php b/modules/pref-feed-browser.php index 994245ed..f50c2c7b 100644 --- a/modules/pref-feed-browser.php +++ b/modules/pref-feed-browser.php @@ -114,7 +114,7 @@ print " + onclick=\"updateBigFeedBrowserBtn()\" value=\"".__('Show')."\"> "; if (db_num_rows($result) > 0) { diff --git a/prefs.js b/prefs.js index ca205237..88ebc3ee 100644 --- a/prefs.js +++ b/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();