Procházet zdrojové kódy

upgrade to jquery mobile 1.3.2

Luke Pulverenti před 12 roky
rodič
revize
8e581995ef
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      MediaBrowser.WebDashboard/Api/DashboardService.cs

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

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