File tree 2 files changed +11
-11
lines changed 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 71
71
@RenderSection( " Scripts" )
72
72
}
73
73
74
- @MiniProfiler.RenderIncludes()
74
+ @* @ MiniProfiler.RenderIncludes()*@
75
75
</body >
76
76
</html >
Original file line number Diff line number Diff line change 95
95
@Scripts.Render( "~/bundles/showdown")
96
96
@Scripts.Render( "~/bundles/prettify")
97
97
98
- @ MiniProfiler.RenderIncludes()
99
- @MvcHtmlString.Create(Html.Settings().HtmlFooter)
100
- @if (IsSectionDefined (" Scripts" ))
101
- {
102
- @RenderSection( " Scripts" )
103
- }
104
- @if (IsSectionDefined (" FedAuthScripts" ))
105
- {
106
- @RenderSection( " FedAuthScripts" )
107
- }
98
+ @* @ MiniProfiler.RenderIncludes()*@
99
+ @MvcHtmlString.Create(Html.Settings().HtmlFooter)
100
+ @if (IsSectionDefined (" Scripts" ))
101
+ {
102
+ @RenderSection( " Scripts" )
103
+ }
104
+ @if (IsSectionDefined (" FedAuthScripts" ))
105
+ {
106
+ @RenderSection( " FedAuthScripts" )
107
+ }
108
108
</body >
109
109
</html >
You can’t perform that action at this time.
0 commit comments