reverting back to the bootstrap datetime picker since it's nicer to use.

This commit is contained in:
Naomi Aro 2013-08-22 20:23:17 -04:00
parent ec7f4fa1ef
commit 01370c2124
5 changed files with 32 additions and 12 deletions

View file

@ -291,11 +291,15 @@ var AIRTIME = (function(AIRTIME) {
title: $.i18n._("Edit History Record"),
modal: false,
open: function( event, ui ) {
/*
$hisDialogEl.find('.datepicker').datetimepicker({
dateFormat: 'yy-mm-dd',
timeFormat: 'HH:mm:ss'
})
.blur();
*/
$hisDialogEl.find('.date').datetimepicker();
},
close: function() {
removeHistoryDialog();