diff options
author | rstular <rok@stular.eu> | 2020-05-14 01:56:30 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-05-14 01:56:30 +0200 |
commit | f649d5002db805cf44cd21e6629232f0abaecef3 (patch) | |
tree | 4655861cafaecb0f6237b64d6e460131716fc083 /js | |
parent | Styling changes, first round of bug fixes (diff) | |
download | beziapp-f649d5002db805cf44cd21e6629232f0abaecef3.tar beziapp-f649d5002db805cf44cd21e6629232f0abaecef3.tar.gz beziapp-f649d5002db805cf44cd21e6629232f0abaecef3.tar.bz2 beziapp-f649d5002db805cf44cd21e6629232f0abaecef3.tar.lz beziapp-f649d5002db805cf44cd21e6629232f0abaecef3.tar.xz beziapp-f649d5002db805cf44cd21e6629232f0abaecef3.tar.zst beziapp-f649d5002db805cf44cd21e6629232f0abaecef3.zip |
Diffstat (limited to 'js')
-rw-r--r-- | js/absences.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/absences.js b/js/absences.js index 0e0d1fd..4057dec 100644 --- a/js/absences.js +++ b/js/absences.js @@ -67,7 +67,7 @@ async function loadAbsences(force_refresh = false) { }); value.length = tillKey+1; // tillKey in value.splice(0, fromKey); // fromKey hočemo obdržati - if(tillKey == 0 && fromKey == -1) { + if (tillKey == 0 && fromKey == -1) { // očitno je karantena in ni nobenih izostnakov value.length = 0; } |