clean up loading.js code

This commit is contained in:
SethBurkart123
2023-10-11 17:17:12 +11:00
parent 1aca0584af
commit 52ed149600
2 changed files with 10 additions and 12 deletions
+1 -4
View File
@@ -238,10 +238,7 @@ async function DeleteWhatsNew() {
[popup, bkelement], [popup, bkelement],
{ scale: [1, 0], opacity: [1, 0] }, { scale: [1, 0], opacity: [1, 0] },
{ easing: spring({ stiffness: 220, damping: 18 }) } { easing: spring({ stiffness: 220, damping: 18 }) }
).then(() => { );
popup.remove();
bkelement.remove();
});
} }
export function CreateBackground() { export function CreateBackground() {
File diff suppressed because one or more lines are too long