Fix typo in input field id
This commit is contained in:
parent
90af379d5f
commit
439f34171c
@ -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>
|
<a class="button button-pill-left" href="javascript:{}" bind="extractLink"></a><a class="button button-pill-right" href="javascript:{}" bind="applyLink"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="history-panel-filter" bind="bodyControlsDiv">
|
<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>
|
||||||
<div class="history-panel-body" bind="bodyDiv">
|
<div class="history-panel-body" bind="bodyDiv">
|
||||||
<div class="history-past" bind="pastDiv">
|
<div class="history-past" bind="pastDiv">
|
||||||
|
Loading…
Reference in New Issue
Block a user