mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 09:17:37 +01:00
Fix errore js dashboard quando si cambiava la visualizzazione
This commit is contained in:
parent
eb94bfa792
commit
87697bd48c
@ -529,7 +529,8 @@ if ($vista == 'mese') {
|
||||
});
|
||||
|
||||
calendar_date_start = getCookie('calendar_date_start');
|
||||
$('#calendar').fullCalendar( 'gotoDate', calendar_date_start );
|
||||
if (calendar_date_start!='')
|
||||
$('#calendar').fullCalendar( 'gotoDate', calendar_date_start );
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user