diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-08-20 21:20:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-20 21:20:52 -0400 |
| commit | 3ee426ae44936e636f6f463167bd0031bf043cbe (patch) | |
| tree | ad0baa9acccd2cc5c87623793b72246267f30ea4 | |
| parent | ce637a27938f603cb16bdd255735198abade6b96 (diff) | |
| parent | 2a0b2f7e34b8e375055b4282f5bc838e150c76a3 (diff) | |
Merge pull request #2084 from softworkz/OrganizeNoJQuery
Remove jquery from autoorganize scripts
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 706b78a8f..ba98f78e6 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -194,6 +194,9 @@ <Content Include="dashboard-ui\css\dashboard.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\css\autoorganizetable.css">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\css\images\logo.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
