mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-21 22:07:06 +01:00
Update common.ts
This commit is contained in:
parent
40dd443f41
commit
216be5e209
1 changed files with 0 additions and 1 deletions
|
@ -266,7 +266,6 @@ export async function common(createVue: () => App<Element>) {
|
|||
}
|
||||
|
||||
function removeSplash() {
|
||||
console.log('remove splash');
|
||||
const splash = document.getElementById('splash');
|
||||
if (splash) {
|
||||
splash.style.opacity = '0';
|
||||
|
|
Loading…
Reference in a new issue