back to video js for now

pull/702/head
Luke Pulverenti 11 years ago
parent f4bdee4a64
commit b763807fc7

@ -410,8 +410,8 @@ namespace MediaBrowser.WebDashboard.Api
var files = new[]
{
"http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css",
"http://vjs.zencdn.net/c/video-js.css",
"thirdparty/jqm-icon-pack-3.0/font-awesome/jqm-icon-pack-3.0.0-fa.css",
"css/jplayer.css" + versionString,
"css/all.css" + versionString
};
@ -433,8 +433,8 @@ namespace MediaBrowser.WebDashboard.Api
{
"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://vjs.zencdn.net/c/video.js",
"thirdparty/jplayer/jquery.jplayer.min.js" + versionString,
"thirdparty/jplayer/jplayer.playlist.min.js" + versionString,
"scripts/all.js" + versionString
};

Loading…
Cancel
Save