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>
|
<textarea id="error-message" readonly></textarea>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<form method="dialog">
|
<form method="get" action="/">
|
||||||
<button type="submit">Close</button>
|
<button type="submit">Close</button>
|
||||||
</form>
|
</form>
|
||||||
</article>
|
</article>
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
before or never even existed in the first place.
|
before or never even existed in the first place.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<form method="dialog">
|
<form method="get" action="/">
|
||||||
<button type="submit">Close</button>
|
<button type="submit">Close</button>
|
||||||
</form>
|
</form>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in a new issue