We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b932b83 commit cf6531aCopy full SHA for cf6531a
iwsy/resources/ecs/steps.txt
@@ -92,18 +92,10 @@
92
93
put -1 into SelectedStep
94
95
+ get Static from storage as `.static`
96
get IsHome from storage as `.ishome`
97
get CDN from storage as `.cdn`
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
-
107
create StepsPanel in Panel
108
set the style of StepsPanel to `flex:1;overflow-y:scroll`
109
0 commit comments