error/*: remove back button, and change 502
All checks were successful
/ deploy (push) Successful in 25s
All checks were successful
/ deploy (push) Successful in 25s
This commit is contained in:
parent
251952075f
commit
c267aff246
6 changed files with 8 additions and 74 deletions
|
@ -88,18 +88,6 @@ The resource that you are attempting to access does not exist or you don't have
|
|||
|
||||
<p>You can also check our <a href="https://status.ilot.io">network status</a> for up-to-date status information on our services</p>
|
||||
|
||||
<p><a href="javascript:history.back()" class="js-go-back go-back">Go back</a></p>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var goBack = document.querySelector('.js-go-back');
|
||||
|
||||
if (history.length > 1) {
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue