focus library search input upon load
This commit is contained in:
parent
761a8c923e
commit
14c8df75ab
1 changed files with 2 additions and 1 deletions
|
@ -745,7 +745,8 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
filterMessage.text("");
|
filterMessage.text("");
|
||||||
}
|
}
|
||||||
$libContent.find('.dataTables_filter input[type="text"]')
|
$libContent.find('.dataTables_filter input[type="text"]')
|
||||||
.css('padding-right', $('#advanced-options').find('button').outerWidth());
|
.css('padding-right', $('#advanced-options').find('button').outerWidth())
|
||||||
|
.focus();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
"fnRowCallback": AIRTIME.library.fnRowCallback,
|
"fnRowCallback": AIRTIME.library.fnRowCallback,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue