From: Andrew Dolgov Date: Thu, 9 Aug 2007 07:43:06 +0000 (+0100) Subject: infinite scrolling: tweaks (2) X-Git-Tag: 1.2.14~123 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=82a7286215539cde449988979098034d77c36178;p=tt-rss.git infinite scrolling: tweaks (2) --- diff --git a/feedlist.js b/feedlist.js index 1e2770bd..c0257fd9 100644 --- a/feedlist.js +++ b/feedlist.js @@ -163,7 +163,9 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) { query = query + "&omode=flc"; } - notify_progress("Loading, please wait...", true); + if (!page_offset) { + notify_progress("Loading, please wait...", true); + } // xmlhttp.abort();