We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b3c93 commit a03e787Copy full SHA for a03e787
src/FunnelWeb.Web/Views/Shared/_Public.cshtml
@@ -96,7 +96,14 @@
96
new BasicPath("ThemeScripts", "~/Themes/" + Html.Settings().Theme + "/Content/Scripts/")
97
})
98
)
99
- @MvcMiniProfiler.MiniProfiler.RenderIncludes()
+ @{Html.RequiresJs("jquery-1.7.min.js", "Scripts", 0);
100
+ Html.RequiresJs("jsdate.js", "Scripts", 1);
101
+ Html.RequiresJs("prettify.js", "Scripts", 1);
102
+ Html.RequiresJs("showdown.js", "Scripts", 1);
103
+ Html.RequiresJs("wmd.js", "Scripts", 1);
104
+ Html.RequiresJs("site.js", "Scripts", 1);
105
+ MvcMiniProfiler.MiniProfiler.RenderIncludes()
106
+ }
107
@if (IsSectionDefined("Scripts"))
108
{
109
@RenderSection("Scripts")
0 commit comments