Update app.js

This commit is contained in:
det-fys 2020-11-13 18:36:32 +01:00 committed by GitHub
parent f5afc023f7
commit 957c0869a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.js
View File

@ -45,7 +45,7 @@ function vypocitatCas(vojsl) {
setTimeout(function() {
rekniCas2(vojsl, `${nula(hod)}${nula(min)}`);
}, c - d);
}, d - c);
}
function rekniCas2(vojsl, cas) {