Skip to content

Commit

Permalink
Fix redirection error in daattali#440
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentTam committed Dec 26, 2018
1 parent 4178dd7 commit 625df5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/staticman-script.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script>
if (typeof jQuery == 'undefined') {
document.write('<script src="/beautiful-jekyll/js/jquery-1.11.2.min.js"></scr' + 'ipt>');
document.write('<script src="/js/jquery-1.11.2.min.js"></scr' + 'ipt>');
}
</script>
<script>
Expand Down

0 comments on commit 625df5c

Please sign in to comment.