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>
|
|
@ -57,8 +57,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
|
||||||
function setFocusToTextBox(){
|
|
||||||
document.getElementById("separatorInput").focus();
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
@ -38,8 +38,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
|
||||||
function setFocusToTextBox(){
|
|
||||||
document.getElementById("separatorInput").focus();
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user