infinite scrolling: tweaks (2)
This commit is contained in:
parent
b3c67a4803
commit
82a7286215
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue