CSS fixes, audio file references moved to data.js file

This commit is contained in:
Jeff Hobbs
2012-06-26 18:12:42 -04:00
parent 9996c94034
commit 07916e00d5
4 changed files with 22 additions and 13 deletions

View File

@@ -7,9 +7,6 @@ $(document).ready(function() {
$('#footer').append(footerText);
var clickSnd = new Audio("audio/click.mp3");
var winSnd = new Audio("audio/win.mp3");
shuffle(JSONBingo.squares);
for (i=0; i<24; i++) {