~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:12:54 UTC
  • Revision ID: smoser@ubuntu.com-20101029031254-16jh7fin3r8ipwwx
move 'fun' out of media, into naroll

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("/media/fun"); }, 2000); </script>
 
12
<script> setInterval(function() { $("#narwhal").load("/naroll/fun"); }, 2000); </script>
13
13
<script>
14
14
    function click_reset()
15
15
    {