diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/index.hbs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/index.hbs b/views/index.hbs index 8cf9269..fed0488 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -1,6 +1,8 @@ <html> <head> - + <script type="text/javascript"> + window.SETTINGS = {}; + </script> </head> <body> <div id="app" /> |