content updates, various fixes
This commit is contained in:
@@ -25,7 +25,10 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
}
|
||||
},
|
||||
eventDidMount: function (info) {
|
||||
info.el.title = info.event.title
|
||||
var parts = [info.event.title]
|
||||
var props = info.event.extendedProps || {}
|
||||
if (props.location) parts.push(props.location)
|
||||
info.el.title = parts.join(' — ')
|
||||
}
|
||||
})
|
||||
cal.render()
|
||||
|
||||
Reference in New Issue
Block a user