Partially revert "Use JavaScript-based focussing, rathrer than"
This partially reverts commit 870a1b20a1
.
This commit is contained in:
parent
870a1b20a1
commit
90af379d5f
@ -17,9 +17,4 @@
|
|||||||
<div class="history-future" bind="futureDiv">
|
<div class="history-future" bind="futureDiv">
|
||||||
<div class="history-highlight" bind="futureHighlightDiv"></div>
|
<div class="history-highlight" bind="futureHighlightDiv"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>'
|
||||||
<script>
|
|
||||||
function setFocusToTextBox(){
|
|
||||||
document.getElementById("idfilterInput").focus();
|
|
||||||
}
|
|
||||||
</script>
|
|
@ -56,9 +56,4 @@
|
|||||||
<button class="button" bind="cancelButton"></button>
|
<button class="button" bind="cancelButton"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
|
||||||
function setFocusToTextBox(){
|
|
||||||
document.getElementById("separatorInput").focus();
|
|
||||||
}
|
|
||||||
</script>
|
|
@ -37,9 +37,4 @@
|
|||||||
<button class="button" bind="cancelButton"></button>
|
<button class="button" bind="cancelButton"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
|
||||||
function setFocusToTextBox(){
|
|
||||||
document.getElementById("separatorInput").focus();
|
|
||||||
}
|
|
||||||
</script>
|
|
Loading…
Reference in New Issue
Block a user