diff --git a/src/App.js b/src/App.js index 8aa21e451..dad1741c1 100644 --- a/src/App.js +++ b/src/App.js @@ -144,7 +144,7 @@ export default { this.$store.dispatch('setLayoutWidth', windowWidth()) this.$store.dispatch('setLayoutHeight', windowHeight()) }, - removeSplash() { + removeSplash () { document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4)) document.querySelector('#splash').classList.add('hidden') document.querySelector('#app').classList.remove('hidden')