2
0
Эх сурвалжийг харах

upgrade to jquery mobile 1.3.2

Luke Pulverenti 12 жил өмнө
parent
commit
8e581995ef

+ 2 - 2
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -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"
             };