From: Michael Vogel Date: Thu, 5 Dec 2013 19:41:30 +0000 (+0100) Subject: Minimal: Disable loading of content at the end of the page, since it makes problems... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=285584e8d67feb8d1b75253ecd9b8358eb7fd9ac;p=friendica.git Minimal: Disable loading of content at the end of the page, since it makes problems at the moment. --- diff --git a/index.php b/index.php index a1e3282c3e..98c7bce111 100644 --- 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