]> git.mxchange.org Git - friendica.git/blobdiff - view/js/main.js
Move $pager and $page_offset out of App
[friendica.git] / view / js / main.js
index b2c469a6d9ae5091ac3bdf4e9b0738e2f61cc53b..384b35523083d31b163e6c965f927e9e433ad5d1 100644 (file)
@@ -733,7 +733,7 @@ function loadScrollContent() {
 
        // get the raw content from the next page and insert this content
        // right before "#conversation-end"
-       $.get('network?mode=raw' + infinite_scroll.reload_uri + '&last_received=' + received + '&last_commented=' + commented + '&last_created=' + created + '&last_id=' + id + '&page=' + infinite_scroll.pageno, function(data) {
+       $.get(infinite_scroll.reload_uri + '&mode=raw&last_received=' + received + '&last_commented=' + commented + '&last_created=' + created + '&last_id=' + id + '&page=' + infinite_scroll.pageno, function(data) {
                $("#scroll-loader").hide();
                if ($(data).length > 0) {
                        $(data).insertBefore('#conversation-end');