configurable button codes

This commit is contained in:
2017-09-06 16:13:14 +02:00
parent a673843a63
commit 0af62f47e6
17 changed files with 186 additions and 1092 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
console.error("Page load failed, refreshing…");
location.reload(true);
}
}, 2000);
}, 3000);
</script>
<h1><!-- Screen title gets loaded here by JS --></h1>
@@ -48,10 +48,10 @@
});
} catch(e) {
console.error(e);
console.error("Fail, reloading in 1s…");
console.error("Fail, reloading in 3s…");
setTimeout(function() {
location.reload(true);
}, 1000);
}, 3000);
}
function toggleSoftKb(yes) {