aboutsummaryrefslogtreecommitdiff
path: root/public/run-client.js
diff options
context:
space:
mode:
authorJoris2022-09-04 16:48:26 +0200
committerJoris2022-09-04 16:48:26 +0200
commitf3cc2d50118722463e623216315bff99de341ec3 (patch)
tree7a85ce922bf4ea4aae795600dfc5345f943c9f30 /public/run-client.js
parent2379e2da3de6d0c49f3c2fbdeae4df00b526d586 (diff)
Replace inline JS by static to run Maindemo
Diffstat (limited to 'public/run-client.js')
-rw-r--r--public/run-client.js3
1 files changed, 3 insertions, 0 deletions
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());
+}