This commit is contained in:
Brennan Wilkes (Text Groove) 2026-02-02 16:55:57 -08:00
parent 8612e268f8
commit 91f6288b43

View file

@ -698,6 +698,8 @@ export async function renderSkuLinker($app) {
pinnedL = null;
pinnedR = null;
updateAll();
location.reload();
return;
}
@ -710,6 +712,7 @@ export async function renderSkuLinker($app) {
pinnedL = null;
pinnedR = null;
updateAll();
location.reload();
} catch (e) {
$status.textContent = `Ignore failed: ${String(e && e.message ? e.message : e)}`;
}