diff --git a/index.html b/index.html index 38e2e84b..fb019fba 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ Search: BundleId: - Unique: + Unique: min OS: max OS: Device: diff --git a/script.js b/script.js index e1cd679f..d8d9a2ba 100644 --- a/script.js +++ b/script.js @@ -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) {