diff options
Diffstat (limited to 'public/javascripts')
-rw-r--r-- | public/javascripts/elmLauncher.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/javascripts/elmLauncher.js b/public/javascripts/elmLauncher.js index ef5d86d..bdcb479 100644 --- a/public/javascripts/elmLauncher.js +++ b/public/javascripts/elmLauncher.js @@ -1,7 +1,8 @@ Elm.fullscreen(Elm.Main, { signInError: getParameterByName('signInError'), initialTime: new Date().getTime(), - translations: document.getElementById('messages').innerHTML + translations: document.getElementById('messages').innerHTML, + config: document.getElementById('config').innerHTML }); function getParameterByName(name) { |