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

Migrate themeLoader to ES6

This commit is contained in:
Influence365 2020-06-16 18:46:54 +01:00 committed by MrTimscampi
parent eab7ef00df
commit b2de904b51

View file

@ -27,4 +27,3 @@ pageClassOn('viewbeforeshow', 'page', function () {
events.on(connectionManager, 'localusersignedin', function (e, user) { events.on(connectionManager, 'localusersignedin', function (e, user) {
currentViewType = null; currentViewType = null;
}); });