Autofocus search input
This commit is contained in:
parent
60d3597cd2
commit
a8e1352d78
@ -522,6 +522,11 @@ Otherwise, have a great day =^.^=
|
||||
}
|
||||
|
||||
scrollToLintByURL($scope);
|
||||
|
||||
setTimeout(function () {
|
||||
var el = document.getElementById('filter-input');
|
||||
if (el) { el.focus() }
|
||||
}, 0);
|
||||
})
|
||||
.error(function (data) {
|
||||
$scope.error = data;
|
||||
|
Loading…
Reference in New Issue
Block a user