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:
parent
abe4137ae5
commit
8a3cc41acb
@ -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">
|
||||||
|
@ -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();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user