diff --git a/htroot/Status.html b/htroot/Status.html index 2048a6056..33aa508dc 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -89,9 +89,7 @@ Last upload: #[lastUpload]# ago. #(popup)# Disabled. To enable this again please use the Settings page :: -
-Enabled -
+Enabled. To disable this please use the Settings page #(/popup)# Online-mode @@ -111,7 +109,10 @@ You are in permanent mode. Attention: If you don't have a flatrate or are #(/omode)# Memory Usage + +free: #[freeMemory]# | total: #[totalMemory]# | max: #[maxMemory]# Traffic Out: #[trafficIn]# | In: #[trafficOut]# diff --git a/htroot/Status.java b/htroot/Status.java index 686a0af0d..9a350ee0a 100644 --- a/htroot/Status.java +++ b/htroot/Status.java @@ -195,9 +195,7 @@ public class Status { // pop-up trigger management and gc if (post != null) { - if (post.containsKey("dispop")) env.setConfig("browserPopUpTrigger", "false"); - if (post.containsKey("enpop")) env.setConfig("browserPopUpTrigger", "true"); - if (post.containsKey("gc")) rt.gc(); + //if (post.containsKey("gc")) rt.gc(); } if (env.getConfig("browserPopUpTrigger", "false").equals("false")) {