Skip to content

Commit

Permalink
Use unminified version for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sirxemic committed Jul 14, 2017
1 parent 47728fe commit 33c40d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>A simple WebGL-based ripple effect.</h2>
<div class="error"></div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script src="../dist/jquery.ripples-min.js"></script>
<script src="../dist/jquery.ripples.js"></script>
<script>
$(document).ready(function() {
try {
Expand Down

0 comments on commit 33c40d1

Please sign in to comment.