mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
clean up loading.js code
This commit is contained in:
+1
-4
@@ -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
Reference in New Issue
Block a user