Reset history-panel to 4a8d8afb

The changes in abe4137a do not translate here. Maybe because history-panel-filter is loaded in the background in the "Undo / Redo" tab?
This commit is contained in:
Katrin Leinweber 2019-08-31 06:59:43 +02:00
parent abe4137ae5
commit 8a3cc41acb
2 changed files with 1 additions and 3 deletions

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> <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="filterInput" /> <span bind="or_proj_filter"> </span><input type="text" size="30" bind="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">

View File

@ -257,8 +257,6 @@ HistoryPanel.prototype._showExtractOperationsDialog = function(json) {
var level = DialogSystem.showDialog(frame); var level = DialogSystem.showDialog(frame);
elmts.getElementById("filterInput").focus();
elmts.textarea[0].select(); elmts.textarea[0].select();
}; };