needed to update jquery, fullcalendar needed updating for the new JS.

working on configuring a template.
This commit is contained in:
Naomi Aro 2013-07-29 08:57:31 -04:00
parent 46ecdf393d
commit 7183396da5
19 changed files with 8013 additions and 1533 deletions

View file

@ -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();