summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-05-14 01:56:30 +0200
committerrstular <rok@stular.eu>2020-05-14 01:56:30 +0200
commitf649d5002db805cf44cd21e6629232f0abaecef3 (patch)
tree4655861cafaecb0f6237b64d6e460131716fc083
parentStyling changes, first round of bug fixes (diff)
downloadbeziapp-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
-rw-r--r--js/absences.js2
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;
}