moved videoJS to local
This commit is contained in:
parent
c9462c9f64
commit
354c477e55
|
@ -393,7 +393,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||||
var files = new[]
|
var files = new[]
|
||||||
{
|
{
|
||||||
"http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css",
|
"http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css",
|
||||||
"http://vjs.zencdn.net/c/video-js.css",
|
"thirdparty/video-js/video-js.min.css",
|
||||||
"thirdparty/jqm-icon-pack-3.0/font-awesome/jqm-icon-pack-3.0.0-fa.css",
|
"thirdparty/jqm-icon-pack-3.0/font-awesome/jqm-icon-pack-3.0.0-fa.css",
|
||||||
"css/all.css" + versionString
|
"css/all.css" + versionString
|
||||||
};
|
};
|
||||||
|
@ -416,7 +416,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||||
{
|
{
|
||||||
"http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js",
|
"http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js",
|
||||||
"http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js",
|
"http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js",
|
||||||
"http://vjs.zencdn.net/c/video.js",
|
"thirdparty/video-js/video.min.js",
|
||||||
"scripts/all.js" + versionString
|
"scripts/all.js" + versionString
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user