Skip to content

Commit

Permalink
Show qtip in agenda see #8415
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Oct 11, 2016
1 parent 3313a7c commit e750fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/template/default/agenda/month.tpl
Expand Up @@ -235,13 +235,13 @@ $(document).ready(function() {
comment = event.comment;
}
/*element.qtip({
element.qtip({
hide: {
delay: 2000
},
content: event.description + ' ' + comment,
position: { at:'top left' , my:'bottom left'}
});*/
});
}
},
eventClick: function(calEvent, jsEvent, view) {
Expand Down

0 comments on commit e750fd7

Please sign in to comment.