prawie
Deploy to FTP / deploy (push) Successful in 4s

This commit is contained in:
Sebastian Molenda
2026-05-26 22:28:49 +02:00
parent 0386b615b1
commit d3407057f2
+1 -1
View File
@@ -55,7 +55,7 @@ const statusEl = document.getElementById('status');
// load settings from localStorage
function loadSettings(){
try{
const raw = localStorage.getItem('matma:settings')
let progressInner = null
if (raw) {
const s = JSON.parse(raw)
state.settings = Object.assign(state.settings, s)