Merge pull request #170 from PretendoNetwork/hotfix-miieditor

some more hotfixes
This commit is contained in:
mrjvs 2022-09-23 20:58:59 +02:00 committed by GitHub
commit e079d3ff8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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>