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 757cc6d commit d512f96Copy full SHA for d512f96
BlogEngine/BlogEngine.NET/AppCode/App_Start/BlogEngineConfig.cs
@@ -162,7 +162,7 @@ static void RegisterBundles(BundleCollection bundles)
162
.Include("~/scripts/bootstrap.js")
163
.Include("~/scripts/textext.js")
164
.Include("~/scripts/moment.js")
165
- .Include("~/admin/app.js")
+ .Include("~/admin/app/app.js")
166
.Include("~/admin/app/grid-helpers.js")
167
.Include("~/admin/app/editor-helpers.js")
168
.Include("~/admin/app/postEditor.js")
0 commit comments