mirror of
https://github.com/aquatix/alfagok.git
synced 2025-12-06 21:05:10 +01:00
Translation
This commit is contained in:
@@ -12,7 +12,7 @@ function timer(){
|
||||
var hoursRemain = Math.floor(diff/(60*60));
|
||||
var minutesRemain = Math.floor((diff-hoursRemain*60*60)/60);
|
||||
var secondsRemain = Math.floor(diff%60);
|
||||
nextgame.innerHTML = '<span class="nextgame">'+addZero(hoursRemain)+':'+addZero(minutesRemain)+':'+addZero(secondsRemain)+' left</span>';
|
||||
nextgame.innerHTML = '<span class="nextgame">'+addZero(hoursRemain)+':'+addZero(minutesRemain)+':'+addZero(secondsRemain)+' over</span>';
|
||||
}
|
||||
|
||||
function addZero(num){
|
||||
|
||||
Reference in New Issue
Block a user