Skip to content

Commit

Permalink
Load dist-version of JS in html sample of jQuery version
Browse files Browse the repository at this point in the history
  • Loading branch information
seriema committed Dec 17, 2013
1 parent 10f9a67 commit cdf3e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bootstrap.jquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -6261,7 +6261,7 @@ <h3>Buttons in forms containing required inputs</h3>
<script src="../dist/spin.min.js"></script>
<script src="../dist/ladda.min.js"></script>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../js/ladda.jquery.js"></script>
<script src="../dist/ladda.jquery.min.js"></script>

<script>

Expand Down

0 comments on commit cdf3e22

Please sign in to comment.