needed to update jquery, fullcalendar needed updating for the new JS.
working on configuring a template.
This commit is contained in:
parent
46ecdf393d
commit
7183396da5
19 changed files with 8013 additions and 1533 deletions
|
@ -206,7 +206,9 @@ var AIRTIME = (function(AIRTIME) {
|
|||
title: $.i18n._("Edit History Record"),
|
||||
modal: true,
|
||||
open: function( event, ui ) {
|
||||
$hisDialogEl.find('.date').datetimepicker();
|
||||
$hisDialogEl.find('.date').datetimepicker({
|
||||
"pick12HourFormat": false
|
||||
});
|
||||
},
|
||||
close: function() {
|
||||
removeHistoryDialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue