fix: ignore search & bundle-id for random
This commit is contained in:
@@ -174,6 +174,8 @@ function urlsToImgs(list) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function randomIPA(specificId) {
|
function randomIPA(specificId) {
|
||||||
|
document.getElementById('search').value = '';
|
||||||
|
document.getElementById('bundleid').value = '';
|
||||||
if (saveConfig() || isInitial || specificId) {
|
if (saveConfig() || isInitial || specificId) {
|
||||||
applySearch();
|
applySearch();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user