diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/js/main.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index c8da3c4eb..b5b77d473 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -284,7 +284,11 @@ next_page++; scroll_next = true; loadingPage = true; - liveUpdate(); + + if($('.directory-end').length == 0) + liveUpdate(); + else + pageUpdate(); return true; } } |