Skip to content

Commit

Permalink
Readded some missing jquery.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin McDonagh committed Sep 5, 2010
1 parent 2da94a2 commit 86f5668
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion code/mashbox1.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,13 @@
<script type="text/javascript" src="js/soundcloud.player.api.js"></script>
<script type="text/javascript" src="js/sc-player.js"></script>
<script type="text/javascript" src="js/mashbox1.js"></script>
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.4.custom.min.js"></script>
<script type="text/javascript">
$(function() {
$("#dialog").dialog({
autoOpen: false,
height: 340,
height: 400,
width: 440,
modal: true });

Expand Down

0 comments on commit 86f5668

Please sign in to comment.