diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-09-30 10:24:05 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-09-30 10:24:05 +0200 |
commit | 473486647475ee26470fc33f5eb95f51b00fdcc5 (patch) | |
tree | 826bb411d67818fdedae9ce2259f767908378076 /assets/js | |
parent | changelog (diff) | |
download | beziapp-473486647475ee26470fc33f5eb95f51b00fdcc5.tar beziapp-473486647475ee26470fc33f5eb95f51b00fdcc5.tar.gz beziapp-473486647475ee26470fc33f5eb95f51b00fdcc5.tar.bz2 beziapp-473486647475ee26470fc33f5eb95f51b00fdcc5.tar.lz beziapp-473486647475ee26470fc33f5eb95f51b00fdcc5.tar.xz beziapp-473486647475ee26470fc33f5eb95f51b00fdcc5.tar.zst beziapp-473486647475ee26470fc33f5eb95f51b00fdcc5.zip |
Diffstat (limited to 'assets/js')
-rw-r--r-- | assets/js/timetable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/timetable.js b/assets/js/timetable.js index 290b748..85c555a 100644 --- a/assets/js/timetable.js +++ b/assets/js/timetable.js @@ -274,7 +274,7 @@ document.addEventListener("DOMContentLoaded", () => { nowIndicator: true, firstDay: 1, weekends: false, - + timeFormat: 'H(:mm)', // 24 urni urnik - evropa style minTime: "07:10:00", maxTime: "19:10:00" }); |