mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Put the cursor at the end of the hoogle search box #47
This commit is contained in:
parent
3229c1ef56
commit
2421b98cb4
5
templates/hoogle.julius
Normal file
5
templates/hoogle.julius
Normal file
@ -0,0 +1,5 @@
|
||||
$(function() {
|
||||
var input = $(".hoogle .search").get(0);
|
||||
var len = input.value.length;
|
||||
input.setSelectionRange(len, len);
|
||||
})
|
||||
Loading…
Reference in New Issue
Block a user