From 2d5b6d799734d8e8ae6feaf9f636d32f556ea5d1 Mon Sep 17 00:00:00 2001 From: Graham Trott Date: Tue, 14 Apr 2020 15:02:49 +0100 Subject: [PATCH] Use 'require' --- resources/ecs/main.ecs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/ecs/main.ecs b/resources/ecs/main.ecs index a7b5bab..86100c4 100644 --- a/resources/ecs/main.ecs +++ b/resources/ecs/main.ecs @@ -40,6 +40,7 @@ ! create Tracer ! set attribute `id` of Tracer to `easycoder-tracer` + create Body if mobile set the style of Body to `width:100%` @@ -240,6 +241,8 @@ DoNotes: end end + require js `dist/plugins/showdown.js` + json parse url the location as Args put property `arg` of Args into Arg if Arg is not empty go to RunCodex