mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Minimal: Disable loading of content at the end of the page, since it makes problems at the moment.
This commit is contained in:
parent
b750379a47
commit
285584e8d6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue