소스 검색

fix modal dialog

Luke Pulverenti 10 년 전
부모
커밋
12434d29bc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      MediaBrowser.WebDashboard/Api/DashboardService.cs

+ 0 - 1
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 "";