From d5228787555aff9970dcd19ad8f2f209067509b7 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Tue, 9 Jan 2024 13:03:33 +0100 Subject: [PATCH] remove debug outout --- themes/hugo-theme-flat/static/js/calendar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/hugo-theme-flat/static/js/calendar.js b/themes/hugo-theme-flat/static/js/calendar.js index 279bfad..7f4bfff 100644 --- a/themes/hugo-theme-flat/static/js/calendar.js +++ b/themes/hugo-theme-flat/static/js/calendar.js @@ -41,7 +41,6 @@ xmlHttp.onreadystatechange = function() { li.attr('title',item.description) li.appendTo(box) - console.log(item) } $(".location",box).click(function(){ navigator.clipboard.writeText($(this).attr('data-loc'))