kwikfiks
This commit is contained in:
parent
9d47b5a35e
commit
27d76b8d63
1 changed files with 3 additions and 3 deletions
|
|
@ -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 += '<li class="operation '+menuItems[key].tags+'"><input type="checkbox" value=".'+id+'-'+key+'" id="'+id+'-'+key+'" /> '+menuItems[key].action+'</li>\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
|
||||
$('<div/>').loadTemplate($("#tpl-modal"), {
|
||||
title : 'Filter by '+pluginDefinitions.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue