From 563bf1d5b8e5354e6a47e0131744e505b297f804 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 16 Sep 2024 03:12:59 +0300 Subject: [PATCH] fick ytou --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index d6bf7d863..f0f113cda 100644 --- a/src/App.js +++ b/src/App.js @@ -48,6 +48,7 @@ export default { themeApplied (value) { this.$nextTick(() => { document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4)) + // eslint-disable no-debugger debugger document.querySelector('#splash').classList.add('hidden') document.querySelector('#app').classList.remove('hidden')