Reset Loading message once loaded

The message was visible on the page in situations when there was content above. This resets it at least for one situation.
This commit is contained in:
Tobias 2021-01-17 21:05:20 +01:00
parent c2ee058682
commit 415010ba47

View file

@ -24,6 +24,8 @@ export class SubtleButton extends UIElement{
this.image = imageUrl;
}
// Reset the loading message once things are loaded
document.getElementById('centermessage').innerText = '';
}
InnerRender(): string {