mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 00:04:50 +00:00
Show Full Event title in calendar on hover
This commit is contained in:
@@ -137,6 +137,10 @@ while ($row = mysqli_fetch_assoc($sql)) {
|
||||
height: '90vh',
|
||||
|
||||
selectMirror: true,
|
||||
eventDidMount: function(info) {
|
||||
// Always show full title when hovering
|
||||
info.el.setAttribute('title', info.event.title);
|
||||
},
|
||||
eventClick: function(editEvent) {
|
||||
var eventId = editEvent.event.id;
|
||||
var $link = $('<a>', {
|
||||
|
||||
Reference in New Issue
Block a user