Skip to content

Commit cf6531a

Browse files
committed
Fix bug in initialisation
1 parent b932b83 commit cf6531a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

iwsy/resources/ecs/steps.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,10 @@
9292

9393
put -1 into SelectedStep
9494

95+
get Static from storage as `.static`
9596
get IsHome from storage as `.ishome`
9697
get CDN from storage as `.cdn`
9798

98-
! Test if site is on a static host
99-
clear Static
100-
rest get Item from `test`
101-
or begin
102-
print `Static website`
103-
set Static
104-
put empty into CDN
105-
end
106-
10799
create StepsPanel in Panel
108100
set the style of StepsPanel to `flex:1;overflow-y:scroll`
109101

0 commit comments

Comments
 (0)