From 497a1c5be8576235b70f37d4fde7608bd7e87a7f Mon Sep 17 00:00:00 2001 From: runemaster <> Date: Wed, 4 Jan 2006 03:03:27 +0000 Subject: [PATCH] Moved some Booleans to global_defs.ssjs --- web/lib/leftnav_html.ssjs | 5 ----- web/lib/main_nodelist.ssjs | 6 ------ 2 files changed, 11 deletions(-) diff --git a/web/lib/leftnav_html.ssjs b/web/lib/leftnav_html.ssjs index fac468b5ac..2883fec6af 100644 --- a/web/lib/leftnav_html.ssjs +++ b/web/lib/leftnav_html.ssjs @@ -1,10 +1,5 @@ /* $Id$ */ -/* If you want to remove QWk FTP downloads */ -/* change this to false */ - -var doQWK = true; - /* FTP link */ if(user.number || system.matchuser("Guest")) { diff --git a/web/lib/main_nodelist.ssjs b/web/lib/main_nodelist.ssjs index cb0cb61abe..8fa050e8b2 100644 --- a/web/lib/main_nodelist.ssjs +++ b/web/lib/main_nodelist.ssjs @@ -1,11 +1,5 @@ /* $Id$ */ -/* User Changable Variables */ - -var show_gender=true; -var show_location=true; -var show_age=true; - /* Do not change anything else unless you need to :) */ var start=new Date(); -- GitLab