fix encoding escape quotes

This commit is contained in:
Luke Pulverenti
2015-06-07 23:16:42 -04:00
parent fa62f163c6
commit a31cc81487
4 changed files with 8 additions and 8 deletions

View File

@@ -597,11 +597,7 @@ namespace MediaBrowser.WebDashboard.Api
"syncactivity.js",
"thememediaplayer.js",
"useredit.js",
"userpassword.js",
"userprofilespage.js",
"userparentalcontrol.js",
"userlibraryaccess.js",
"wizardstartpage.js"
"userprofilespage.js"
};
}

View File

@@ -120,6 +120,9 @@
<Content Include="dashboard-ui\css\materialize.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\htmlmediarenderer.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\thirdparty\apiclient\localassetmanager.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>