use Ox.Log
This commit is contained in:
parent
92d25b6776
commit
dce2843303
50 changed files with 276 additions and 276 deletions
|
|
@ -154,7 +154,7 @@ Ox.TimeInput = function(options, self) {
|
|||
].join(':') + (self.options.ampm ? ' ' + self.$input.ampm.options('value') : '')),
|
||||
(self.options.seconds? '%T' : '%H:%M')) +
|
||||
(self.options.milliseconds ? '.' + self.$input.milliseconds.options('value') : '');
|
||||
//Ox.print('SETVALUE', self.options.value);
|
||||
//Ox.Log('Form', 'SETVALUE', self.options.value);
|
||||
}
|
||||
|
||||
function setValues() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue