Skip to content

Commit

Permalink
fixed random to add #6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmarshall committed Mar 12, 2011
1 parent 15e8252 commit 1ed0fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion et.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dojo.addOnLoad(function() {
});

function random_file() {
num = 1 + (Math.floor(Math.random()*5));
num = 1 + (Math.floor(Math.random()*6));
//num = 6;
return 'etsound' + num;
}

0 comments on commit 1ed0fbf

Please sign in to comment.