made saving consistent

This commit is contained in:
Luke Pulverenti 2013-04-17 00:58:32 -04:00
parent 6cec3a5236
commit 381456f816
2 changed files with 4 additions and 4 deletions

View file

@ -447,9 +447,8 @@ namespace MediaBrowser.WebDashboard.Api
"advancedmetadataconfigurationpage.js", "advancedmetadataconfigurationpage.js",
"boxset.js", "boxset.js",
"boxsets.js", "boxsets.js",
"plugincatalogpage.js", "clientsettings.js",
"dashboardpage.js", "dashboardpage.js",
"displaysettingspage.js",
"edituserpage.js", "edituserpage.js",
"indexpage.js", "indexpage.js",
"itembynamedetailpage.js", "itembynamedetailpage.js",
@ -467,6 +466,7 @@ namespace MediaBrowser.WebDashboard.Api
"moviesrecommended.js", "moviesrecommended.js",
"moviestudios.js", "moviestudios.js",
"playlist.js", "playlist.js",
"plugincatalogpage.js",
"pluginspage.js", "pluginspage.js",
"pluginupdatespage.js", "pluginupdatespage.js",
"scheduledtaskpage.js", "scheduledtaskpage.js",

View file

@ -406,7 +406,7 @@
</Content> </Content>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="dashboard-ui\uisettings.html"> <Content Include="dashboard-ui\clientsettings.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
</ItemGroup> </ItemGroup>
@ -477,7 +477,7 @@
</Content> </Content>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="dashboard-ui\scripts\displaysettingspage.js"> <Content Include="dashboard-ui\scripts\clientsettings.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
</ItemGroup> </ItemGroup>