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:
parent
c2ee058682
commit
415010ba47
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue