error/*: remove back button, and change 502
All checks were successful
/ render (push) Successful in 31s
All checks were successful
/ render (push) Successful in 31s
This commit is contained in:
parent
6d6fd82e1b
commit
5ff4ff0eab
5 changed files with 5 additions and 72 deletions
|
@ -8,15 +8,3 @@
|
|||
Make sure you have access to the thing you tried to changee
|
||||
|
||||
Please contact us using [our support page](https://support.ilot.io) if you think this is a mistake
|
||||
|
||||
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||
|
||||
<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