summaryrefslogtreecommitdiffstats
path: root/assets/js/meals.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/meals.js')
-rw-r--r--assets/js/meals.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/meals.js b/assets/js/meals.js
index bf9a48e..d614153 100644
--- a/assets/js/meals.js
+++ b/assets/js/meals.js
@@ -391,7 +391,7 @@ document.addEventListener("DOMContentLoaded", async () => {
edge: 'left',
draggable: false
});
-
+ document.getElementsByClassName("fc-today-button")[0].style = "display:none !important"; // počasi bomo rabili nestane important stavke
// ne vem, kaj je to spodaj ˇˇˇ
var elemsx = document.querySelectorAll('select');
M.FormSelect.init(elemsx);