aboutsummaryrefslogtreecommitdiff
path: root/public/run-client.js
diff options
context:
space:
mode:
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());
+}