feature/search #19

Merged
Seil0 merged 8 commits from feature/search into master 2020-05-18 09:42:07 +02:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 7b6882b12b - Show all commits

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>