aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-06-07 23:16:42 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-06-07 23:16:42 -0400
commita31cc81487f2c899b5c540b4de7aaa6c3bf77c61 (patch)
treebcb699c3d82de61ee37f6d21264c57b03124c14e /MediaBrowser.WebDashboard
parentfa62f163c6e9c51c49343521818af1b50fe4f0c7 (diff)
fix encoding escape quotes
Diffstat (limited to 'MediaBrowser.WebDashboard')
-rw-r--r--MediaBrowser.WebDashboard/Api/PackageCreator.cs6
-rw-r--r--MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj3
2 files changed, 4 insertions, 5 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs
index 0534ffe5f9..226dd462a6 100644
--- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs
+++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs
@@ -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"
};
}
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
index 92a3f5c16a..749341ebad 100644
--- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
+++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
@@ -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>