Skip to content

Commit

Permalink
fixed jquery path - close vakata#2173
Browse files Browse the repository at this point in the history
  • Loading branch information
vakata authored Nov 24, 2018
1 parent f38e1f5 commit c8ec220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1>Interaction and events demo</h1>
<button id="evts_button">select node with id 1</button> <em>either click the button or a node in the tree</em>
<div id="evts" class="demo"></div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="./../../dist/jstree.min.js"></script>

<script>
Expand Down Expand Up @@ -143,4 +143,4 @@ <h1>Interaction and events demo</h1>
});
</script>
</body>
</html>
</html>

0 comments on commit c8ec220

Please sign in to comment.