Skip to content

Commit

Permalink
* stupid 1/6 time in my apartment. fixed for real world usage
Browse files Browse the repository at this point in the history
  • Loading branch information
apg committed Jul 28, 2010
1 parent cf08e7b commit 609ac03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Timer.prototype = {
jQuery(document).ready(function($) {
var hash = window.location.hash.substring(1);
var mins = parseInt(hash) > 0? parseInt(hash): 5;
new Timer(10 * mins, $('#timer'), $('#wrapper'));
new Timer(60 * mins, $('#timer'), $('#wrapper'));
$('#timer').fit({width: $(window).width(), height: $(window).height()});

$(window).resize(function() {
Expand Down

0 comments on commit 609ac03

Please sign in to comment.