Skip to content

Commit

Permalink
Make demo work out-of-the-box locally
Browse files Browse the repository at this point in the history
  • Loading branch information
sirxemic committed Sep 3, 2015
1 parent b9f200e commit c3953f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h2>A simple WebGL-based ripple effect.</h2>

<div class="error"></div>

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

0 comments on commit c3953f4

Please sign in to comment.