From 57dcf2723edb54e6acc3d483ba4c19728e39724a Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 16 Sep 2024 03:31:15 +0300 Subject: [PATCH] a --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')