Fix typo in input field id

This commit is contained in:
Katrin Leinweber 2019-08-28 19:26:28 +02:00
parent 90af379d5f
commit 439f34171c

View File

@ -7,7 +7,7 @@
<a class="button button-pill-left" href="javascript:{}" bind="extractLink"></a><a class="button button-pill-right" href="javascript:{}" bind="applyLink"></a>
</div>
<div class="history-panel-filter" bind="bodyControlsDiv">
<span bind="or_proj_filter"> </span><input type="text" size="30" bind="filterInput" id="idfilterInput" />
<span bind="or_proj_filter"> </span><input type="text" size="30" bind="filterInput" id="filterInput" />
</div>
<div class="history-panel-body" bind="bodyDiv">
<div class="history-past" bind="pastDiv">