]> git.mxchange.org Git - friendica.git/commitdiff
Minimal: Disable loading of content at the end of the page, since it makes problems...
authorMichael Vogel <icarus@dabo.de>
Thu, 5 Dec 2013 19:41:30 +0000 (20:41 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 5 Dec 2013 19:41:30 +0000 (20:41 +0100)
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