From 27d76b8d63ea520454f2845fdd7aa660cc615e9e Mon Sep 17 00:00:00 2001 From: Sublunar Space Date: Sat, 17 Sep 2022 18:22:33 +0200 Subject: [PATCH] kwikfiks --- js/SL.Calendar.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/SL.Calendar.js b/js/SL.Calendar.js index 8132144..81ba3e4 100644 --- a/js/SL.Calendar.js +++ b/js/SL.Calendar.js @@ -260,7 +260,7 @@ SL.Calendar = (function() { .attr('ts', m.ts) .appendTo('#grid'); // show relevant tags and actions - console.log(classes); + // console.log(classes); // classes.split(" ").forEach(function (item, index) { // console.log(item); // $('li.' + item).show(); @@ -472,8 +472,8 @@ SL.Calendar = (function() { actions += '
  •  '+menuItems[key].action+'
  • \n '; }); // Hide all tags and actions by default - $('li.operation').hide(); - $('.actiontag').parent().hide(); + // $('li.operation').hide(); + // $('.actiontag').parent().hide(); // load template defined in index.html and append all filter data $('
    ').loadTemplate($("#tpl-modal"), { title : 'Filter by '+pluginDefinitions.name,