Skip to content

Commit

Permalink
updated jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
odogono committed Jul 18, 2013
1 parent 20aa67d commit 27233a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/demo1.html
Expand Up @@ -27,8 +27,8 @@
</div>
<br style="clear:both;" />

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="jquery-1.7.2.min.js"><\/script>')</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="jquery-2.0.3.min.js"><\/script>')</script>
<script src="../pm_prng.js"></script>
<script src="colour_value.js"></script>
<script src="request_animation_frame.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions examples/demo2.html
Expand Up @@ -27,8 +27,8 @@
</div>
<br style="clear:both;" />

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="jquery-1.7.2.min.js"><\/script>')</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="jquery-2.0.3.min.js"><\/script>')</script>
<script src="../pm_prng.js"></script>
<script src="colour_value.js"></script>
<script src="random_squiggle.js"></script>
Expand Down

0 comments on commit 27233a6

Please sign in to comment.