From 7e893ceebf3425b14cd7c7c0d0e88091ac6092ed Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 15 Mar 2018 16:28:22 +0100 Subject: [PATCH] Okay, I'll get rid of the worst initial load junk at least --- index.html | 2 +- main.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index dc5771a..50e28f2 100755 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - +
diff --git a/main.js b/main.js index 8ed7522..7c294a2 100755 --- a/main.js +++ b/main.js @@ -59,3 +59,5 @@ function initialContent() { setContent(contentArea, '

Click a button!

'); } + +initialContent(); \ No newline at end of file