This commit is contained in:
Brennan Wilkes (Text Groove) 2026-02-02 17:07:46 -08:00
parent 5f7eeb5205
commit 14d6c6eafc

View file

@ -617,7 +617,7 @@ export async function renderSkuLinker($app) {
pinnedR = null;
updateAll();
if (shouldReloadAfterLink) location.reload();
location.reload();
return;
}
@ -648,7 +648,7 @@ export async function renderSkuLinker($app) {
pinnedR = null;
updateAll();
if (shouldReloadAfterLink) location.reload();
location.reload();
} catch (e) {
$status.textContent = `Write failed: ${String(e && e.message ? e.message : e)}`;
}