feat: default unique checkbox

This commit is contained in:
relikd
2024-03-04 19:45:28 +01:00
parent 95b1117317
commit 421aceae96
2 changed files with 4 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ function loadDB() {
}
function loadConfig(chkServer) {
if (!location.hash) {
return; // keep default values
}
const params = location.hash.substring(1).split('&');
const data = {};
params.forEach(function (param) {