Update Charting to use fancybox

This commit is contained in:
2018-09-08 21:04:27 -04:00
parent 71576a3569
commit 91d9efa7f7
8 changed files with 81 additions and 88 deletions
+6 -1
View File
@@ -25,6 +25,7 @@
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -663,6 +664,7 @@
<Content Include="Content\font-awesome.css" />
<Content Include="Content\font-awesome.min.css" />
<Content Include="Content\glyphicon_animate.css" />
<Content Include="Content\jquery.fancybox.min.css" />
<Content Include="Content\style.css">
<DependentUpon>style.scss</DependentUpon>
</Content>
@@ -796,6 +798,7 @@
<Content Include="scripts\jquery.autocomplete.min.js" />
<Content Include="scripts\jquery-1.12.4.min.map" />
<None Include="scripts\jquery.validate-vsdoc.js" />
<Content Include="scripts\jquery.fancybox.min.js" />
<Content Include="scripts\jquery.validate.js" />
<Content Include="scripts\jquery.validate.min.js" />
<Content Include="scripts\jquery.validate.unobtrusive.bootstrap.js" />
@@ -909,7 +912,9 @@
<Content Include="Content\site.css" />
<Content Include="Content\rte.css" />
<Content Include="scripts\site.js" />
<Content Include="Web.config" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="App_Start\HangfireStartup.cs" />