~canonical-server/+junk/naroll

« back to all changes in this revision

Viewing changes to templates/index.html

  • Committer: Scott Moser
  • Date: 2010-10-29 03:13:39 UTC
  • Revision ID: smoser@ubuntu.com-20101029031339-bhrdhcbg0pyqb8y4
load fun more often

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
<audio id="song" src="/media/Narwhals.ogg" autobuffer></audio>
10
10
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.js"></script>
11
11
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.js"></script>
12
 
<script> setInterval(function() { $("#narwhal").load("/naroll/fun"); }, 2000); </script>
 
12
<script> setInterval(function() { $("#narwhal").load("/naroll/fun"); }, 500); </script>
13
13
<script>
14
14
    function click_reset()
15
15
    {