From bd1b557fb8c049269933966f36d4237a890abd02 Mon Sep 17 00:00:00 2001 From: relikd Date: Thu, 29 Feb 2024 02:42:59 +0100 Subject: [PATCH] fix: ignore search & bundle-id for random --- script.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.js b/script.js index 39ff5253..3f37cfce 100644 --- a/script.js +++ b/script.js @@ -174,6 +174,8 @@ function urlsToImgs(list) { } function randomIPA(specificId) { + document.getElementById('search').value = ''; + document.getElementById('bundleid').value = ''; if (saveConfig() || isInitial || specificId) { applySearch(); }