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

deprecate importCss

This commit is contained in:
Luke Pulverenti 2016-04-18 14:01:50 -04:00
parent 7e21fc0658
commit 6f1cdf9329
3 changed files with 5 additions and 46 deletions

View file

@ -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);