Update "Add to AltStore" banner

This commit is contained in:
foxster-mp4
2023-05-22 13:56:51 -07:00
parent 0d8e89dd2f
commit 0e168eabb6
3 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
else if (!isValidHTTPURL(sourceURL)) {
alert("Invalid HTTP URL.");
search();
} else insertAddToAltStoreBanner();
}
})();
fetch(sourceURL)
@@ -16,6 +16,8 @@ fetch(sourceURL)
const tintColor = json.tintColor?.replaceAll("#", "");
if (tintColor) setTintColor(tintColor);
insertAddToAltStoreBanner(json.name);
setApps(json.apps);
main(json);
waitForAllImagesToLoad();