diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-02-14 16:15:23 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-02-14 16:15:23 -0500 |
| commit | 12a868ed28744722a64cfa8856bec0d6db2f4fa6 (patch) | |
| tree | 388dd7fa3457056a406810bc20fa2b76bfefda24 | |
| parent | 86c68d7e2a0c2bafa89b1390057ff798bfaacb23 (diff) | |
| parent | b0f8cffd69980d97d17fa85a0cd703c432dbaca6 (diff) | |
Merge pull request #1455 from MediaBrowser/dev
Dev
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index f5cd12a54..95a17808d 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -110,6 +110,12 @@ <Content Include="dashboard-ui\bower_components\fastclick\lib\fastclick.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\components\filterdialog\filterdialog.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="dashboard-ui\components\filterdialog\filterdialog.template.html">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\components\guestinviter\guestinviter.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
