upgrade to jquery mobile 1.3.2

pull/702/head
Luke Pulverenti 11 years ago
parent 5791524090
commit 8e581995ef

@ -395,7 +395,7 @@ namespace MediaBrowser.WebDashboard.Api
var files = new[]
{
"http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css",
"http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css",
"thirdparty/jqm-icon-pack-3.0/font-awesome/jqm-icon-pack-3.0.0-fa.css" + versionString,
"css/all.css" + versionString
};
@ -417,7 +417,7 @@ namespace MediaBrowser.WebDashboard.Api
var files = new[]
{
"http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
"http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js",
"http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js",
"scripts/all.js" + versionString,
"thirdparty/jstree1.0fix2/jquery.jstree.js"
};

Loading…
Cancel
Save