reverting back to the bootstrap datetime picker since it's nicer to use.
This commit is contained in:
parent
ec7f4fa1ef
commit
01370c2124
5 changed files with 32 additions and 12 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue