mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 11:03:32 +00:00
Update "Add to AltStore" banner
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user