mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
upgrade to jquery mobile 1.4.2
This commit is contained in:
@@ -416,7 +416,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
|
||||
var files = new[]
|
||||
{
|
||||
"thirdparty/jquerymobile-1.4.1/jquery.mobile-1.4.1.min.css",
|
||||
"thirdparty/jquerymobile-1.4.2/jquery.mobile-1.4.2.min.css",
|
||||
"css/all.css" + versionString
|
||||
};
|
||||
|
||||
@@ -570,7 +570,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
var newLineBytes = Encoding.UTF8.GetBytes(Environment.NewLine);
|
||||
|
||||
await AppendResource(memoryStream, "thirdparty/jquery-2.0.3.min.js", newLineBytes).ConfigureAwait(false);
|
||||
await AppendResource(memoryStream, "thirdparty/jquerymobile-1.4.1/jquery.mobile-1.4.1.min.js", newLineBytes).ConfigureAwait(false);
|
||||
await AppendResource(memoryStream, "thirdparty/jquerymobile-1.4.2/jquery.mobile-1.4.2.min.js", newLineBytes).ConfigureAwait(false);
|
||||
|
||||
var versionString = string.Format("window.dashboardVersion='{0}';", _appHost.ApplicationVersion);
|
||||
var versionBytes = Encoding.UTF8.GetBytes(versionString);
|
||||
|
||||
Reference in New Issue
Block a user