Update chart UI, update Jquery

This commit is contained in:
2016-12-16 22:46:21 -05:00
parent 8dc1e0422c
commit 75d01a197d
17 changed files with 2773 additions and 2019 deletions
+1 -4
View File
@@ -46,8 +46,5 @@
@helper ChartLink(dynamic item)
{
if (item.HasLeafChart)
{
@Html.Partial("DisplayTemplates/_ChartLink", (int)item.LeafInputId)
}
@Html.Partial("DisplayTemplates/_ChartLink", (int)item.LeafInputId)
}