Fix some indentation/spacing
This commit is contained in:
parent
ddba4b103b
commit
941e83282f
|
@ -14,8 +14,8 @@
|
|||
{% endif %}
|
||||
|
||||
if (window.location.search.includes("reset=true")) {
|
||||
window.history.pushState({}, document.title, window.location.pathname);
|
||||
return;
|
||||
window.history.pushState({}, document.title, window.location.pathname);
|
||||
return;
|
||||
}
|
||||
decodeURIComponent(document.cookie).split(';').forEach(cookie => {
|
||||
[id, value] = cookie.trim().split('=')
|
||||
|
@ -24,8 +24,8 @@
|
|||
}
|
||||
|
||||
const clearErrors = () => {
|
||||
const e = document.getElementById('errors')
|
||||
e.parentNode.removeChild(e)
|
||||
const e = document.getElementById('errors')
|
||||
e.parentNode.removeChild(e)
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
@ -72,6 +72,6 @@
|
|||
{% endif %}
|
||||
>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue