Skip to content

Commit 72e9d98

Browse files
committed
Temporarily disable Technical button
1 parent abf9bdd commit 72e9d98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/ecs/main.ecs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ BuildPage:
118118
rest get Script from `/resources/ecs/life.ecs`
119119
run Script with ShowdownModule as LifeModule
120120
rest get Script from `/resources/ecs/technical.ecs`
121-
run Script with ShowdownModule as TechnicalModule
121+
! run Script with ShowdownModule as TechnicalModule
122122

123123
alias CurrentModule to HomeModule
124124
send to HomeModule
@@ -220,6 +220,7 @@ BuildPage:
220220
set the text of TechnicalButton to `Technical Overview`
221221
on click TechnicalButton
222222
begin
223+
stop
223224
! location `/technical.html`
224225
gosub to DeselectAllButtons
225226
set style `background` of TechnicalButton to `darkgray`
@@ -279,4 +280,4 @@ DeselectAllButtons:
279280
set style `background` of AboutButton to ``
280281
set style `background` of PhilosophyButton to ``
281282
set style `background` of ContactButton to ``
282-
return
283+
return

0 commit comments

Comments
 (0)