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')