From 72e9d985a7013f4afa4f15c242c291f5479ecb62 Mon Sep 17 00:00:00 2001 From: Graham Trott Date: Tue, 27 Oct 2020 15:11:12 +0000 Subject: [PATCH] Temporarily disable Technical button --- resources/ecs/main.ecs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/ecs/main.ecs b/resources/ecs/main.ecs index e384e54..2bebe7c 100644 --- a/resources/ecs/main.ecs +++ b/resources/ecs/main.ecs @@ -118,7 +118,7 @@ BuildPage: rest get Script from `/resources/ecs/life.ecs` run Script with ShowdownModule as LifeModule rest get Script from `/resources/ecs/technical.ecs` - run Script with ShowdownModule as TechnicalModule +! run Script with ShowdownModule as TechnicalModule alias CurrentModule to HomeModule send to HomeModule @@ -220,6 +220,7 @@ BuildPage: set the text of TechnicalButton to `Technical Overview` on click TechnicalButton begin + stop ! location `/technical.html` gosub to DeselectAllButtons set style `background` of TechnicalButton to `darkgray` @@ -279,4 +280,4 @@ DeselectAllButtons: set style `background` of AboutButton to `` set style `background` of PhilosophyButton to `` set style `background` of ContactButton to `` - return \ No newline at end of file + return