sforkowany z mirror/friendica
Minimal: Disable loading of content at the end of the page, since it makes problems at the moment.
rodzic
b750379a47
commit
285584e8d6
|
@ -460,7 +460,8 @@ if ($_GET["mode"] == "raw") {
|
||||||
session_write_close();
|
session_write_close();
|
||||||
exit;
|
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"]))
|
if (is_string($_GET["page"]))
|
||||||
$pageno = $_GET["page"];
|
$pageno = $_GET["page"];
|
||||||
else
|
else
|
||||||
|
|
Ładowanie…
Reference in New Issue