Compare commits

..

No commits in common. "4da91e00762680391c18a4644368920ee4fc5cfc" and "52e4cfc573844fca9e406675509bfb2ccce11c9d" have entirely different histories.

View file

@ -214,9 +214,6 @@ export default {
splashscreenRoot.addEventListener('transitionend', () => {
splashscreenRoot.remove()
})
setTimeout(() => {
splashscreenRoot.remove() // forcibly remove it, should fix my plasma browser widget t. HJ
}, 600)
splashscreenRoot.classList.add('hidden')
document.querySelector('#app').classList.remove('hidden')
}