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(); }