Browse Source

oops, was not initting .srt() in index.html

master
Sanjay B 15 years ago
parent
commit
639d2bb23c
  1. 2
      index.html

2
index.html

@ -9,7 +9,7 @@
<script type="text/javascript" src="jquery.srt.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// $('.srt').srt();
$('.srt').srt();
});
</script>

Loading…
Cancel
Save