mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix errors
This commit is contained in:
@@ -90,8 +90,8 @@ export function OpenMinecraftServerPopup() {
|
||||
container.append(header);
|
||||
container.append(imagecont);
|
||||
container.append(textcontainer);
|
||||
container.append(text as ChildNode);
|
||||
container.append(footer as ChildNode);
|
||||
container.append(text as HTMLElement);
|
||||
container.append(footer as HTMLElement);
|
||||
container.append(exitbutton);
|
||||
|
||||
background.append(container);
|
||||
|
||||
Reference in New Issue
Block a user