From f3cc2d50118722463e623216315bff99de341ec3 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 4 Sep 2022 16:48:26 +0200 Subject: Replace inline JS by static to run Main --- public/run-client.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 public/run-client.js (limited to 'public/run-client.js') diff --git a/public/run-client.js b/public/run-client.js new file mode 100644 index 0000000..97c1135 --- /dev/null +++ b/public/run-client.js @@ -0,0 +1,3 @@ +document.body.onload = function() { + Elm.Main.fullscreen(new Date().getTime()); +} -- cgit v1.2.3