mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Merge pull request #170 from PretendoNetwork/hotfix-miieditor
some more hotfixes
This commit is contained in:
commit
e079d3ff8e
|
|
@ -88,6 +88,7 @@ if (!validMiiData) {
|
|||
const shouldContinue = window.confirm('Found corrupted mii data, want to continue with a new Mii?');
|
||||
if (!shouldContinue)
|
||||
window.location.assign('/account');
|
||||
initializeMiiData(newMiiData);
|
||||
}
|
||||
|
||||
// we keeep the images here so we can cache them when we need to change the build/height
|
||||
|
|
|
|||
|
|
@ -17,11 +17,10 @@
|
|||
|
||||
<div class="section">
|
||||
<h5>{{ locale.docs.sidebar.juxt_err }}</h5>
|
||||
<a href="/docs/en_US/errors/JXT-598-0009">JXT-598-0009</a>
|
||||
<a href="/docs/en_US/errors/JXT-598-0010">JXT-598-0010</a>
|
||||
<a href="/docs/en_US/errors/JXT-598-0011">JXT-598-0011</a>
|
||||
<a href="/docs/en_US/errors/JXT-598-0015">JXT-598-0015</a>
|
||||
<a href="/docs/en_US/errors/JXT-598-0020">JXT-598-0020</a>
|
||||
<a href="/docs/errors/JXT-598-0009">JXT-598-0009</a>
|
||||
<a href="/docs/errors/JXT-598-0010">JXT-598-0010</a>
|
||||
<a href="/docs/errors/JXT-598-0011">JXT-598-0011</a>
|
||||
<a href="/docs/errors/JXT-598-0020">JXT-598-0020</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user