diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 6155f3c..974a6fd 100644 --- a/public/index.html +++ b/public/index.html @@ -13,9 +13,7 @@ </body> <script> - Elm.fullscreen(Elm.Main, { - initialTime: new Date().getTime() - }); + Elm.Main.fullscreen(new Date().getTime()); </script> </html> |