Skip to content

Commit d512f96

Browse files
committed
Fixed script path
1 parent 757cc6d commit d512f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlogEngine/BlogEngine.NET/AppCode/App_Start/BlogEngineConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ static void RegisterBundles(BundleCollection bundles)
162162
.Include("~/scripts/bootstrap.js")
163163
.Include("~/scripts/textext.js")
164164
.Include("~/scripts/moment.js")
165-
.Include("~/admin/app.js")
165+
.Include("~/admin/app/app.js")
166166
.Include("~/admin/app/grid-helpers.js")
167167
.Include("~/admin/app/editor-helpers.js")
168168
.Include("~/admin/app/postEditor.js")

0 commit comments

Comments
 (0)