Presence start-end tooltip #1066

This commit is contained in:
jokob-sk
2025-05-24 09:38:02 +10:00
parent 3830b00c33
commit 84d8363383
5 changed files with 19 additions and 7 deletions

View File

@@ -219,9 +219,8 @@ function initializeCalendar() {
},
eventRender: function (event, element) {
$(element).tooltip({container: 'body', placement: 'bottom',
title: event.tooltip});
// element.attr ('title', event.tooltip); // Alternative tooltip
// $(element).tooltip({container: 'body', placement: 'bottom', title: event.tooltip});
element.attr ('title', event.tooltip); // Alternative tooltip
},
loading: function( isLoading, view ) {