Skip to content

Commit b8c8734

Browse files
committed
Script reference fix
1 parent 0e06817 commit b8c8734

File tree

1 file changed

+1
-2
lines changed
  • BlogEngine/BlogEngine.NET/Custom/Themes/Standard

1 file changed

+1
-2
lines changed

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/site.master

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
</div>
7575
</div>
7676

77-
<script src="/custom/themes/standard/src/js/bootstrap.min.js"></script>
78-
<script src="/custom/themes/standard/src/js/custom.js"></script>
77+
<script src="<%=Utils.RelativeWebRoot %>custom/themes/standard/src/js/custom.js"></script>
7978
<script>
8079
var customBackground = [CUSTOMFIELD|THEME|Standard|custom background (true or false ?) |false/];
8180
if (customBackground) {

0 commit comments

Comments
 (0)