aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-17 00:58:32 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-17 00:58:32 -0400
commit381456f81652a39f609ac86a906ea1de4aeda6ad (patch)
tree8e2e74d66c2d2e184f10fa52e2333418d5f4822d
parent6cec3a52364bf74e8160be83b46a5f762acdd241 (diff)
made saving consistent
-rw-r--r--MediaBrowser.WebDashboard/Api/DashboardService.cs4
-rw-r--r--MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj4
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>