blob: 0928ab5847153f625746d486cb1a8896b6d48dff (
plain)
1
2
3
4
5
6
7
8
9
|
// Remove query params
window.history.pushState({html: document.documentElement.innerHTML, pageTitle: document.title}, '', '/');
Elm.fullscreen(Elm.Main, {
initialTime: new Date().getTime(),
translations: document.getElementById('messages').innerHTML,
conf: document.getElementById('conf').innerHTML,
signInError: document.getElementById('signInError').innerHTML
});
|