Skip to content

Commit 2d5b6d7

Browse files
committed
Use 'require'
1 parent f0494c1 commit 2d5b6d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/ecs/main.ecs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
! create Tracer
4242
! set attribute `id` of Tracer to `easycoder-tracer`
43+
4344
create Body
4445
if mobile
4546
set the style of Body to `width:100%`
@@ -240,6 +241,8 @@ DoNotes:
240241
end
241242
end
242243

244+
require js `dist/plugins/showdown.js`
245+
243246
json parse url the location as Args
244247
put property `arg` of Args into Arg
245248
if Arg is not empty go to RunCodex

0 commit comments

Comments
 (0)