diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-02 01:46:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-02 01:46:06 -0400 |
| commit | 56b82414dedbb30722a7c44ebf677b6408038fbb (patch) | |
| tree | bf4c2d36a6ddbabac1ea68d5b5da565c786d4538 /MediaBrowser.WebDashboard | |
| parent | 2786716f814e6b4a402815599fca0eb0d3b36afa (diff) | |
add mic to header
Diffstat (limited to 'MediaBrowser.WebDashboard')
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/PackageCreator.cs | 3 | ||||
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs index cd422c0e4..ae2b6a764 100644 --- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs +++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs @@ -585,14 +585,12 @@ namespace MediaBrowser.WebDashboard.Api "indexpage.js", "itembynamedetailpage.js", "itemdetailpage.js", - "kids.js", "librarypathmapping.js", "librarysettings.js", "livetvrecording.js", "livetvtimer.js", "livetvseriestimer.js", "livetvsettings.js", - "livetvstatus.js", "medialibrarypage.js", "metadataconfigurationpage.js", @@ -614,7 +612,6 @@ namespace MediaBrowser.WebDashboard.Api "scheduledtaskspage.js", "search.js", "syncactivity.js", - "syncsettings.js", "thememediaplayer.js", "useredit.js", "userpassword.js", diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index b369cca7d..84b0d2d85 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -117,6 +117,9 @@ <Content Include="dashboard-ui\css\materialize.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\css\voice.css">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\dashboardhosting.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -198,6 +201,9 @@ <Content Include="dashboard-ui\scripts\userpassword.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\scripts\voice.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\wizardagreement.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
