File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ BuildPage:
118
118
rest get Script from `/resources/ecs/life.ecs`
119
119
run Script with ShowdownModule as LifeModule
120
120
rest get Script from `/resources/ecs/technical.ecs`
121
- run Script with ShowdownModule as TechnicalModule
121
+ ! run Script with ShowdownModule as TechnicalModule
122
122
123
123
alias CurrentModule to HomeModule
124
124
send to HomeModule
@@ -220,6 +220,7 @@ BuildPage:
220
220
set the text of TechnicalButton to `Technical Overview`
221
221
on click TechnicalButton
222
222
begin
223
+ stop
223
224
! location `/technical.html`
224
225
gosub to DeselectAllButtons
225
226
set style `background` of TechnicalButton to `darkgray`
@@ -279,4 +280,4 @@ DeselectAllButtons:
279
280
set style `background` of AboutButton to ``
280
281
set style `background` of PhilosophyButton to ``
281
282
set style `background` of ContactButton to ``
282
- return
283
+ return
You can’t perform that action at this time.
0 commit comments