Comment-out the calendar nonsense

This commit is contained in:
Petko Bordjukov 2015-10-06 19:42:02 +03:00
parent 7546fea4de
commit 5cc4a043aa
1 changed files with 4 additions and 1 deletions

View File

@ -216,8 +216,11 @@
if( hour < 10 ) {
day--;
}
t.addClass('small');
/* Apply attributes to sort events into calendar */
t.addClass('small room_' + item.room_id + ' duration_' + item.duration + ' day_'+day + ' time_' + (hour<10?'0':'') + hour + '' + (mins<10?'0':'') + mins);
// t.addClass(' room_' + item.room_id + ' duration_' + item.duration + ' day_'+day + ' time_' + (hour<10?'0':'') + hour + '' + (mins<10?'0':'') + mins);
t.click( function(event) {
/* Transition for touch devices is highlighted => selected => highlighted ... */