format code

This commit is contained in:
Hannes Huber 2020-05-18 09:41:02 +02:00
parent d739b15410
commit 7b6882b12b
1 changed files with 0 additions and 5 deletions

View File

@ -38,8 +38,6 @@
function toggle(id) {
document.getElementById(id).classList.toggle("invisible");
}
</script>
<a class="secondary button error" href="javascript:void(0)" onclick="toggle('error-msg');">X</a>
</div>
@ -55,8 +53,6 @@
function toggle(id) {
document.getElementById(id).classList.toggle("invisible");
}
</script>
<a class="secondary button info" href="javascript:void(0)" onclick="toggle('info-msg');">X</a>
</div>
@ -64,5 +60,4 @@
</div>
</nav>
</body>
</html>