From 285584e8d67feb8d1b75253ecd9b8358eb7fd9ac Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 5 Dec 2013 20:41:30 +0100 Subject: [PATCH] Minimal: Disable loading of content at the end of the page, since it makes problems at the moment. --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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