mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix modal dialog
This commit is contained in:
parent
03eee93b4e
commit
12434d29bc
@ -349,7 +349,6 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
await DumpHtml(creator.DashboardUIPath, path, mode, culture, appVersion);
|
||||
await DumpJs(creator.DashboardUIPath, path, mode, culture, appVersion);
|
||||
|
||||
await DumpFile("scripts/all.js", Path.Combine(path, "scripts", "all.js"), mode, culture, appVersion).ConfigureAwait(false);
|
||||
await DumpFile("css/all.css", Path.Combine(path, "css", "all.css"), mode, culture, appVersion).ConfigureAwait(false);
|
||||
|
||||
return "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user