mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
deprecate importCss
This commit is contained in:
parent
7e21fc0658
commit
6f1cdf9329
3 changed files with 5 additions and 46 deletions
|
@ -813,7 +813,7 @@
|
|||
|
||||
function init(context) {
|
||||
|
||||
Dashboard.importCss('css/nowplaying.css');
|
||||
require(['css!css/nowplaying.css']);
|
||||
bindEvents(context);
|
||||
|
||||
context.querySelector('.sendMessageForm').addEventListener('submit', onMessageSubmit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue