From 9d47b5a35e0f93b3f1e28e38bdf7de28aed93295 Mon Sep 17 00:00:00 2001 From: Sublunar Space Date: Sat, 17 Sep 2022 18:11:27 +0200 Subject: [PATCH] try --- js/SL.Calendar.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/js/SL.Calendar.js b/js/SL.Calendar.js index 6ede8b4..8132144 100644 --- a/js/SL.Calendar.js +++ b/js/SL.Calendar.js @@ -260,11 +260,12 @@ SL.Calendar = (function() { .attr('ts', m.ts) .appendTo('#grid'); // show relevant tags and actions - classes.split(" ").forEach(function (item, index) { - console.log(item); - $('li.' + item).show(); - $('input#' + item).parent().shoe(); - }); + console.log(classes); + // classes.split(" ").forEach(function (item, index) { + // console.log(item); + // $('li.' + item).show(); + // $('input#' + item).parent().shoe(); + // }); if ( m.planetary.hour.no > 11 ) { $('#moment_'+j).addClass('night-hour'); }