From 2181982ce59cb04b23061c8fa78fc40101fa290c Mon Sep 17 00:00:00 2001 From: orbiter Date: Wed, 27 Jul 2005 13:03:42 +0000 Subject: [PATCH] disabled buttons on Status page git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@439 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/Status.html | 7 ++++--- htroot/Status.java | 4 +--- 2 files changed, 5 insertions(+), 6 deletions(-) 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")) {