diff --git a/themes/hugo-theme-flat/layouts/partials/side-calendar.html b/themes/hugo-theme-flat/layouts/partials/side-calendar.html index cef3ae0..e01761b 100644 --- a/themes/hugo-theme-flat/layouts/partials/side-calendar.html +++ b/themes/hugo-theme-flat/layouts/partials/side-calendar.html @@ -1,6 +1,8 @@

Termine

- + diff --git a/themes/hugo-theme-flat/layouts/partials/side-door-status.html b/themes/hugo-theme-flat/layouts/partials/side-door-status.html index 2fc1c60..1be8d3c 100644 --- a/themes/hugo-theme-flat/layouts/partials/side-door-status.html +++ b/themes/hugo-theme-flat/layouts/partials/side-door-status.html @@ -2,7 +2,7 @@

Doorstatus

-

+

Aktueller Status:

Status vom:

Temperatur Clubraum:

diff --git a/themes/hugo-theme-flat/static/img/trans.png b/themes/hugo-theme-flat/static/img/trans.png new file mode 100644 index 0000000..2c8b8f4 Binary files /dev/null and b/themes/hugo-theme-flat/static/img/trans.png differ diff --git a/themes/hugo-theme-flat/static/js/calendar.js b/themes/hugo-theme-flat/static/js/calendar.js index 2504907..a9b4a10 100644 --- a/themes/hugo-theme-flat/static/js/calendar.js +++ b/themes/hugo-theme-flat/static/js/calendar.js @@ -52,6 +52,7 @@ document.addEventListener("DOMContentLoaded", function () { li.attr("title", item.description); li.appendTo(box); } + document.querySelector("#calendar .loading").remove(); $(".location", box).click(function () { navigator.clipboard.writeText($(this).attr("data-loc")); });