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

update css reference

This commit is contained in:
Luke Pulverenti 2015-11-22 16:14:24 -05:00
parent e92784271b
commit 63aaf8def0
4 changed files with 9 additions and 5 deletions

View file

@ -1990,7 +1990,7 @@ var AppInfo = {};
// Do these now to prevent a flash of content
if (AppInfo.isNativeApp) {
if ($.browser.android) {
Dashboard.importCss('devices/android.css');
Dashboard.importCss('devices/android/android.css');
} else if ($.browser.safari) {
Dashboard.importCss('devices/ios/ios.css');
}