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

move tv data

This commit is contained in:
Luke Pulverenti 2015-09-29 12:29:06 -04:00
parent 09c7da7d48
commit 68e71b78db
17 changed files with 121 additions and 79 deletions

View file

@ -1944,10 +1944,6 @@ var AppInfo = {};
}
}
if ($.browser.msie && $.browser.tv && ($.browser.version || 11) <= 10) {
Dashboard.importCss('thirdparty/paper-ie10.css');
}
if ($.browser.safari && $.browser.mobile) {
initFastClick();
}
@ -2017,8 +2013,14 @@ var AppInfo = {};
function init(deferred, capabilities, appName, appVersion, deviceId, deviceName) {
var urlArgs = "v=" + window.dashboardVersion;
if ($.browser.msie) {
urlArgs += new Date().getTime();
}
requirejs.config({
urlArgs: "v=" + window.dashboardVersion,
urlArgs: urlArgs,
paths: {
"velocity": "bower_components/velocity/velocity.min"