diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-17 00:58:32 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-17 00:58:32 -0400 |
| commit | 381456f81652a39f609ac86a906ea1de4aeda6ad (patch) | |
| tree | 8e2e74d66c2d2e184f10fa52e2333418d5f4822d | |
| parent | 6cec3a52364bf74e8160be83b46a5f762acdd241 (diff) | |
made saving consistent
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/DashboardService.cs | 4 | ||||
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs index d610f631b..57f618d5e 100644 --- a/MediaBrowser.WebDashboard/Api/DashboardService.cs +++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs @@ -447,9 +447,8 @@ namespace MediaBrowser.WebDashboard.Api "advancedmetadataconfigurationpage.js", "boxset.js", "boxsets.js", - "plugincatalogpage.js", + "clientsettings.js", "dashboardpage.js", - "displaysettingspage.js", "edituserpage.js", "indexpage.js", "itembynamedetailpage.js", @@ -467,6 +466,7 @@ namespace MediaBrowser.WebDashboard.Api "moviesrecommended.js", "moviestudios.js", "playlist.js", + "plugincatalogpage.js", "pluginspage.js", "pluginupdatespage.js", "scheduledtaskpage.js", diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 243b50ae5..2de0850bc 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -406,7 +406,7 @@ </Content>
</ItemGroup>
<ItemGroup>
- <Content Include="dashboard-ui\uisettings.html">
+ <Content Include="dashboard-ui\clientsettings.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
@@ -477,7 +477,7 @@ </Content>
</ItemGroup>
<ItemGroup>
- <Content Include="dashboard-ui\scripts\displaysettingspage.js">
+ <Content Include="dashboard-ui\scripts\clientsettings.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
|
