*** empty log message ***

This commit is contained in:
sebastian 2005-07-01 17:29:07 +00:00
parent fbdeea6df4
commit 91b6a72bd1
3 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@ function myClock(eh, ei, es, dh, di, ds, next, interval) {
function incClock() {
if (clock['remaining'].getTime() <= clock['interval']*2) {
stopClock();
exit();
return;
}
clock['elapsed'].setTime(clock['elapsed'].getTime() + clock['interval']);