fixing a style with the faq layout

This commit is contained in:
tomjohnson1492
2016-07-30 20:21:14 -07:00
parent a1e944a0ca
commit 2a76114fac
4 changed files with 14 additions and 9 deletions

View File

@ -14,9 +14,9 @@ folder: mydoc
{% endif %}
{% if site.output == "web" %}
<script src="../js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<!-- local scroll must come after scrollTo, because localScroll is based on scrollTo, which is based on jQuery -->
<script src="../js/jquery.localScroll.min.js"></script>
<script src="js/jquery.localScroll.min.js"></script>
<script>