File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
</ head >
10
10
11
11
< body >
12
+ < pre id ="easycoder-rest " style ="display:none "> /rest</ pre >
12
13
< pre id ="easycoder-script " style ="display:none ">
13
14
variable Script
14
15
rest get Script from `/resources/ecs/main.ecs`
Original file line number Diff line number Diff line change 128
128
begin
129
129
if mobile set Mobile else clear Mobile
130
130
end
131
- ! set Mobile
132
131
set ShowRun
133
132
134
133
require js `dist/plugins/gmap.js`
Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ BuildPage:
98
98
create Status in Body
99
99
set the id of Status to `ec-status`
100
100
101
+ require js `dist/plugins/showdown.js`
102
+
101
103
rest get Script from `/resources/ecs/showdown.ecs`
102
104
run Script with Document as ShowdownModule
103
105
rest get Script from `/resources/ecs/home.ecs`
@@ -241,8 +243,6 @@ DoNotes:
241
243
end
242
244
end
243
245
244
- require js `dist/plugins/showdown.js`
245
-
246
246
json parse url the location as Args
247
247
put property `arg` of Args into Arg
248
248
if Arg is not empty go to RunCodex
You can’t perform that action at this time.
0 commit comments