prune sim: style nit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c4fe6c1f35
commit
922812ed37
@ -735,7 +735,7 @@ Ext.onReady(function() {
|
||||
if (!self.isValid()) {
|
||||
return;
|
||||
}
|
||||
const date = me.getViewModel().get('now');
|
||||
let date = me.getViewModel().get('now');
|
||||
date.setFullYear(
|
||||
newDate.getFullYear(),
|
||||
newDate.getMonth(),
|
||||
@ -759,7 +759,7 @@ Ext.onReady(function() {
|
||||
if (!self.isValid()) {
|
||||
return;
|
||||
}
|
||||
const date = me.getViewModel().get('now');
|
||||
let date = me.getViewModel().get('now');
|
||||
date.setHours(time.getHours());
|
||||
date.setMinutes(time.getMinutes());
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user