mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-24 04:41:00 +01:00
Fix #1196: link a preventivi da dashboard non funzionante
This commit is contained in:
parent
a821261667
commit
91fe74cc1b
@ -693,8 +693,10 @@ if(isMobile() && setting('Utilizzare i tooltip sul calendario')){
|
||||
}else{
|
||||
echo '
|
||||
eventClick: function(info) {
|
||||
info.jsEvent.preventDefault();
|
||||
location.href = info.event.extendedProps.link;
|
||||
if (info.event.extendedProps.link !== undefined) {
|
||||
info.jsEvent.preventDefault();
|
||||
location.href = info.event.extendedProps.link;
|
||||
}
|
||||
},';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user