Minimal: Disable loading of content at the end of the page, since it makes problems at the moment.

This commit is contained in:
Michael Vogel 2013-12-05 20:41:30 +01:00
parent b750379a47
commit 285584e8d6
1 changed files with 2 additions and 1 deletions

View File

@ -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