remove button

This commit is contained in:
dadav 2020-04-17 20:55:11 +02:00
parent fa87e03222
commit 430172e3dd

View File

@ -212,7 +212,6 @@ TEMPLATE = """
{% block content %}
<div class="sticky">
<input type="text" id="filter" placeholder="Search for ..." title="Type in a filter">
<span><input type="button" id="clear" value="Clear"></span>
<span><input checked type="checkbox" id="autoscroll"></span>
<span><label for="autoscroll"> Autoscroll to bottom</label><br></span>
</div>