]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Minimal: Disable loading of content at the end of the page, since it makes problems...
[friendica.git] / index.php
index a1e3282c3eef46d18aec44df22bda21a9e50adaa..98c7bce1113fa295fddad63bb6e96810ff4ffc45 100644 (file)
--- a/index.php
+++ b/index.php
@@ -460,7 +460,8 @@ if ($_GET["mode"] == "raw") {
        session_write_close();
        exit;
 
-} elseif (get_pconfig(local_user(),'system','infinite_scroll') AND ($_GET["q"] == "network")) {
+} elseif (get_pconfig(local_user(),'system','infinite_scroll')
+          AND ($_GET["q"] == "network") AND ($_GET["mode"] != "minimal")) {
        if (is_string($_GET["page"]))
                $pageno = $_GET["page"];
        else