mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
get headroom from bower
This commit is contained in:
parent
77e3111ad1
commit
27c3bdc042
58 changed files with 1224 additions and 3803 deletions
|
@ -9,16 +9,13 @@
|
|||
Dashboard.importCss('css/search.css');
|
||||
$('.headerSearchInput').val('');
|
||||
|
||||
require(["jquery", "velocity"], function ($, Velocity) {
|
||||
$('.btnCloseSearch').hide();
|
||||
var elem = $('.viewMenuSearch').removeClass('hide')[0];
|
||||
|
||||
$('.btnCloseSearch').hide();
|
||||
var elem = $('.viewMenuSearch').removeClass('hide')[0];
|
||||
|
||||
fadeIn(elem, 1).onfinish = function () {
|
||||
$('.headerSearchInput').focus();
|
||||
$('.btnCloseSearch').show();
|
||||
};
|
||||
});
|
||||
fadeIn(elem, 1).onfinish = function () {
|
||||
$('.headerSearchInput').focus();
|
||||
$('.btnCloseSearch').show();
|
||||
};
|
||||
};
|
||||
|
||||
function fadeIn(elem, iterations) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue