diff --git a/package.json b/package.json index f7ee419e..ea36f0d1 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,8 @@ "type": "module", "description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.", "scripts": { - "start": "parcel watch manifest.json --host localhost --config @parcel/config-webextension", - "build": "rm -r .parcel-cache; parcel build manifest.json --config @parcel/config-webextension --no-content-hash", - "build-unix": "rm -r .parcel-cache; parcel build manifest.json --config @parcel/config-webextension --no-content-hash", + "dev": "parcel watch manifest.json --host localhost --config @parcel/config-webextension", + "build": "parcel build manifest.json --config @parcel/config-webextension --no-content-hash", "eslint": "eslint --fix ." }, "keywords": [], diff --git a/src/SEQTA.ts b/src/SEQTA.ts index b0fab448..912c74eb 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -2201,7 +2201,7 @@ async function loadHomePage() { return } - //main.innerHTML = ''; + main.innerHTML = ''; const icon = document.querySelector('link[rel*="icon"]')! as HTMLLinkElement icon.href = icon48