diff --git a/Views/Note/Index.cshtml b/Views/Note/Index.cshtml index 18616fa..086744f 100644 --- a/Views/Note/Index.cshtml +++ b/Views/Note/Index.cshtml @@ -3,4 +3,9 @@
Saved
-
Updated
\ No newline at end of file +
Updated
+ +@section scripts { + + +} \ No newline at end of file diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 40d1bb9..58a263d 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -12,8 +12,6 @@ @RenderBody() - - @RenderSection("scripts", false)