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'))