diff --git a/src/SEQTA.js b/src/SEQTA.js index 0d1fa648..74ab5f10 100644 --- a/src/SEQTA.js +++ b/src/SEQTA.js @@ -238,10 +238,7 @@ async function DeleteWhatsNew() { [popup, bkelement], { scale: [1, 0], opacity: [1, 0] }, { easing: spring({ stiffness: 220, damping: 18 }) } - ).then(() => { - popup.remove(); - bkelement.remove(); - }); + ); } export function CreateBackground() { diff --git a/src/seqta/ui/Loading.js b/src/seqta/ui/Loading.js index 655bdb6d..8b54d2a5 100644 --- a/src/seqta/ui/Loading.js +++ b/src/seqta/ui/Loading.js @@ -1,13 +1,17 @@ /*global chrome*/ import stringToHTML from "../utils/stringToHTML.js"; -export function AppendLoadingSymbol(givenID, position) { - let loadingsymbol = stringToHTML(String.raw` -