Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: fix TwinDateTimeField according the last changes
  • Loading branch information
perexg committed Dec 8, 2015
1 parent 9345761 commit 593c596
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/webui/static/app/extensions.js
Expand Up @@ -1153,8 +1153,6 @@ Ext.ux.form.TwinDateTimeField = Ext.extend(Ext.form.Field, {
// call parent initComponent
Ext.ux.form.TwinDateTimeField.superclass.initComponent.call(this);

if (this.value) this.value = this.value * 1000;

// create DateField
var dateConfig = Ext.apply({}, {
id : this.id + '-date',
Expand Down

0 comments on commit 593c596

Please sign in to comment.