fix: update error template
This commit is contained in:
parent
a301afc383
commit
62717ef6b2
@ -21,8 +21,10 @@ async function checkInstanceUpdateStatus() {
|
|||||||
statusMessage = '✅ Instance is up to date.';
|
statusMessage = '✅ Instance is up to date.';
|
||||||
} else if (commitIndex > 0) {
|
} else if (commitIndex > 0) {
|
||||||
statusMessage = `⚠️ This instance is not up to date and is ${commitIndex} commits old. Test and confirm on an up-to-date instance before reporting.`;
|
statusMessage = `⚠️ This instance is not up to date and is ${commitIndex} commits old. Test and confirm on an up-to-date instance before reporting.`;
|
||||||
|
document.getElementById('error-318').remove();
|
||||||
} else {
|
} else {
|
||||||
statusMessage = `⚠️ This instance is not up to date and is at least ${commitHashes.length} commits old. Test and confirm on an up-to-date instance before reporting.`;
|
statusMessage = `⚠️ This instance is not up to date and is at least ${commitHashes.length} commits old. Test and confirm on an up-to-date instance before reporting.`;
|
||||||
|
document.getElementById('error-318').remove();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
statusMessage = '⚠️ Unable to fetch commit information.';
|
statusMessage = '⚠️ Unable to fetch commit information.';
|
||||||
|
@ -15,6 +15,8 @@
|
|||||||
href="https://github.com/redlib-org/redlib/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%F0%9F%90%9B+Bug+Report%3A+{{ msg }}">Report
|
href="https://github.com/redlib-org/redlib/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%F0%9F%90%9B+Bug+Report%3A+{{ msg }}">Report
|
||||||
an issue</a></h3>
|
an issue</a></h3>
|
||||||
<br />
|
<br />
|
||||||
|
<p id="error-318">If you're getting a "Failed to parse page JSON data" error, please check <a href="https://github.com/redlib-org/redlib/issues/318" target="_blank">#318</a></p>
|
||||||
|
<br />
|
||||||
<h3>Head back <a href="/">home</a>?</h3>
|
<h3>Head back <a href="/">home</a>?</h3>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user