try
This commit is contained in:
parent
e58502cfca
commit
9d47b5a35e
1 changed files with 6 additions and 5 deletions
|
|
@ -260,11 +260,12 @@ SL.Calendar = (function() {
|
||||||
.attr('ts', m.ts)
|
.attr('ts', m.ts)
|
||||||
.appendTo('#grid');
|
.appendTo('#grid');
|
||||||
// show relevant tags and actions
|
// show relevant tags and actions
|
||||||
classes.split(" ").forEach(function (item, index) {
|
console.log(classes);
|
||||||
console.log(item);
|
// classes.split(" ").forEach(function (item, index) {
|
||||||
$('li.' + item).show();
|
// console.log(item);
|
||||||
$('input#' + item).parent().shoe();
|
// $('li.' + item).show();
|
||||||
});
|
// $('input#' + item).parent().shoe();
|
||||||
|
// });
|
||||||
if ( m.planetary.hour.no > 11 ) {
|
if ( m.planetary.hour.no > 11 ) {
|
||||||
$('#moment_'+j).addClass('night-hour');
|
$('#moment_'+j).addClass('night-hour');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue