1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

use require css

This commit is contained in:
Luke Pulverenti 2015-11-30 12:21:52 -05:00
parent a4cf4d91ff
commit 7355fb1f65
10 changed files with 23 additions and 51 deletions

View file

@ -6,7 +6,7 @@
self.show = function () {
Dashboard.importCss('css/search.css');
require(['css!/css/search.css']);
$('.headerSearchInput').val('');
$('.btnCloseSearch').hide();