mirror of
https://github.com/nextcloud/server.git
synced 2026-07-14 20:39:17 -04:00
fix search function
This commit is contained in:
parent
064d6b8a2c
commit
67a8ae084a
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
$date = substr($data['startdate'], 0, 10);
|
||||
list($year, $month, $day) = explode('-', $date);
|
||||
echo '$(\'#calendar_holder\').fullCalendar(\'gotoDate\', ' . $year . ', ' . --$month . ', ' . $day . ');';
|
||||
echo '$(\'#dialog_holder\').load(OC.filePath(\'calendar\', \'ajax\', \'editeventform.php\') + \'?id=\' + ' . $_['showevent'] . ' , Calendar.UI.startEventDialog);';
|
||||
}
|
||||
?>
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue