aboutsummaryrefslogtreecommitdiff
path: root/src/client/js/main.js
blob: 1ab1287538afb21f93366dbff10ebdf206d4eccb (plain)
1
2
3
4
5
6
7
8
9
10
// Remove query params
window.history.pushState({html: document.documentElement.innerHTML, pageTitle: document.title}, '', location.pathname);

Elm.fullscreen(Elm.Main, {
  initialTime: new Date().getTime(),
  translations: document.getElementById('messages').innerHTML,
  conf: document.getElementById('conf').innerHTML,
  signInError: document.getElementById('signInError').innerHTML,
  location: location.pathname
});