Skip to content

Commit

Permalink
Script reference fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rxtur committed Sep 7, 2016
1 parent 0e06817 commit b8c8734
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BlogEngine/BlogEngine.NET/Custom/Themes/Standard/site.master
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
</div>
</div>

<script src="/custom/themes/standard/src/js/bootstrap.min.js"></script>
<script src="/custom/themes/standard/src/js/custom.js"></script>
<script src="<%=Utils.RelativeWebRoot %>custom/themes/standard/src/js/custom.js"></script>
<script>
var customBackground = [CUSTOMFIELD|THEME|Standard|custom background (true or false ?) |false/];
if (customBackground) {
Expand Down

0 comments on commit b8c8734

Please sign in to comment.