loading screen now disappears after messages are loaded
This commit is contained in:
parent
e5614a0e01
commit
30a6dc64f4
@ -82,8 +82,6 @@ async function main(){
|
||||
username = user.username
|
||||
if(!username){
|
||||
document.getElementById("noaccount").style=""
|
||||
} else {
|
||||
document.getElementById("loading").style="display:none;"
|
||||
}
|
||||
document.getElementById("username-self").innerText = username
|
||||
}
|
||||
@ -121,6 +119,8 @@ async function main(){
|
||||
}
|
||||
}
|
||||
|
||||
document.getElementById("loading").style="display:none;"
|
||||
|
||||
}
|
||||
|
||||
function reply(username) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user