aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-28 16:35:47 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-28 16:35:47 -0500
commit12434d29bc932fe50994a587a5931a669b8f2e40 (patch)
tree076223d9d101403743cbfce59f67f5df5a3576b0
parent03eee93b4e65f4160413536288d8489c6e9b34f3 (diff)
fix modal dialog
-rw-r--r--MediaBrowser.WebDashboard/Api/DashboardService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs
index b17c97cc6..386a387f5 100644
--- a/MediaBrowser.WebDashboard/Api/DashboardService.cs
+++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs
@@ -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 "";