Skip to content

Commit

Permalink
docs: add missing quotes on "antiscroll.js" reference. (#189)
Browse files Browse the repository at this point in the history
Add missing quotes on "antiscroll.js" reference.
  • Loading branch information
njevdjo committed Jun 8, 2020
1 parent 0f99ec8 commit 97fec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="/js/jquery-mousewheel.js"></script>
<script src="{{ "/js/antiscroll.js" | prepend: site.github.url | replace: 'http://', '//' }}></script>
<script src="{{ "/js/antiscroll.js" | prepend: site.github.url | replace: 'http://', '//' }}"></script>
<script src="{{ "/js/main.js" | prepend: site.github.url | replace: 'http://', '//' }}"></script>
<script src="/chai.js"></script>

Expand Down

0 comments on commit 97fec05

Please sign in to comment.