Skip to content

Commit

Permalink
fast timer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
btcgear committed May 14, 2013
1 parent eb888fd commit 762017b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ if (typeof colorbox == 'undefined') {
document.getElementsByTagName("head")[0].appendChild(e);
}
var countdown;
clearInterval(countdown);
countdown = 0;
var timeleft = <?php echo $bitcoin_countdown_timer; ?>;
var checker = 0;
var expired_countdown_content = '<div style="font-size:16px; padding:6px; text-align:center;"><?php echo $text_countdown_expired ?></div>';
Expand Down

0 comments on commit 762017b

Please sign in to comment.