Skip to content

Commit

Permalink
adding new jquery ui and fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericw committed Feb 5, 2009
1 parent a222d23 commit 6419d32
Show file tree
Hide file tree
Showing 10 changed files with 4,702 additions and 10,390 deletions.
7 changes: 6 additions & 1 deletion player.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
<script src="/scripts/jquery-1.3.1.min.js" type="text/javascript"></script>
<script src="/scripts/soundmanager2.js" type="text/javascript"></script>
<script type="text/javascript" src="/scripts/md5.js"></script>
<script type="text/javascript" src="/scripts/jquery-ui-personalized-1.6rc2.js?v={{rando}}"></script>
<script type="text/javascript" src="/scripts/ui.core.js?v={{rando}}"></script>
<script type="text/javascript" src="/scripts/ui.datepicker.js?v={{rando}}"></script>
<script type="text/javascript" src="/scripts/ui.draggable.js?v={{rando}}"></script>
<script type="text/javascript" src="/scripts/ui.droppable.js?v={{rando}}"></script>
<script type="text/javascript" src="/scripts/ui.slider.js?v={{rando}}"></script>
<script type="text/javascript" src="/scripts/ui.sortable.js?v={{rando}}"></script>
<script type="text/javascript" src="/scripts/jquery.history_remote.js"></script>
<script type="text/javascript" src="/scripts/jquery.cookie.js"></script>
<script src="/scripts/utils.js{% if in_development_enviroment %}?v= {{rando}} {% endif %}" type="text/javascript"></script>
Expand Down
Loading

0 comments on commit 6419d32

Please sign in to comment.