From 5075d5af9831bd0829951ab8bfeef9b5e4ff79f9 Mon Sep 17 00:00:00 2001 From: IgorSychev Date: Thu, 22 Jun 2017 12:40:19 +0300 Subject: [PATCH] ApplicationInsights deleted from 3 projects. 2 --- src/Web/WebStatus/Views/Shared/_Layout.cshtml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Web/WebStatus/Views/Shared/_Layout.cshtml b/src/Web/WebStatus/Views/Shared/_Layout.cshtml index d3d900140..0a540f8a3 100644 --- a/src/Web/WebStatus/Views/Shared/_Layout.cshtml +++ b/src/Web/WebStatus/Views/Shared/_Layout.cshtml @@ -1,5 +1,4 @@ -@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet - + @@ -22,7 +21,6 @@ } - @Html.Raw(JavaScriptSnippet.FullScript)