Skip to content

Commit

Permalink
Docs: fix script sources
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrr committed Jul 13, 2019
1 parent e2725cf commit b110c7b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,16 @@ <h2>Style with CSS</h2>
<footer class="page-footer"><div class="container"><strong>© 2019 <a href="https://github.com/tigrr">Tigran Sargsyan</a></strong></div></footer>


<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> -->
<!-- <script src="js/jquery.drum.min.js"></script> -->
<script src="../lib/jquery-3.4.1.min.js"></script>
<!-- Server -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/jquery.drum.min.js"></script>

<!-- Local -->
<!-- <script src="../lib/jquery-3.4.1.min.js"></script>
<script src="../lib/jquery-ui.widget.js"></script>
<script src="../src/jquery.watch-drag.js"></script>
<script src="../src/jquery.drum.js"></script>
<script src="../src/jquery.drum.js"></script> -->

<script src="js/highlight.pack.js"></script>

<script>
Expand Down

0 comments on commit b110c7b

Please sign in to comment.