error popups now redirect to /
This commit is contained in:
parent
e3da7708df
commit
470b55d571
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@
|
|||
<textarea id="error-message" readonly></textarea>
|
||||
</label>
|
||||
|
||||
<form method="dialog">
|
||||
<form method="get" action="/">
|
||||
<button type="submit">Close</button>
|
||||
</form>
|
||||
</article>
|
||||
|
@ -117,7 +117,7 @@
|
|||
before or never even existed in the first place.
|
||||
</p>
|
||||
|
||||
<form method="dialog">
|
||||
<form method="get" action="/">
|
||||
<button type="submit">Close</button>
|
||||
</form>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue