mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-04-27 15:07:43 +00:00
link sku
This commit is contained in:
parent
5f7eeb5205
commit
14d6c6eafc
1 changed files with 2 additions and 2 deletions
|
|
@ -617,7 +617,7 @@ export async function renderSkuLinker($app) {
|
||||||
pinnedR = null;
|
pinnedR = null;
|
||||||
updateAll();
|
updateAll();
|
||||||
|
|
||||||
if (shouldReloadAfterLink) location.reload();
|
location.reload();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -648,7 +648,7 @@ export async function renderSkuLinker($app) {
|
||||||
pinnedR = null;
|
pinnedR = null;
|
||||||
updateAll();
|
updateAll();
|
||||||
|
|
||||||
if (shouldReloadAfterLink) location.reload();
|
location.reload();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
$status.textContent = `Write failed: ${String(e && e.message ? e.message : e)}`;
|
$status.textContent = `Write failed: ${String(e && e.message ? e.message : e)}`;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue