Fixed checkbox tick and changed backup/restore label

This commit is contained in:
Gunnar Skjold
2023-03-11 09:19:09 +01:00
parent 64f8414217
commit cd27472e2d
3 changed files with 11 additions and 13 deletions

View File

@@ -61,8 +61,6 @@ for webroot in ["lib/SvelteUi/app/dist", "lib/SvelteUi/json"]:
try:
if filename.endswith(".html"):
content = html_minify(content)
elif filename.endswith(".css"):
content = css_minify(content)
elif filename.endswith(".json"):
content = js_minify(content)
except: