mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-09 14:41:46 +00:00
eslint fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a718654e76
commit
3824e269c9
@ -85,8 +85,8 @@ Ext.define('Proxmox.DiskList', {
|
||||
var win = Ext.create('Proxmox.window.TaskProgress', {
|
||||
upid: upid,
|
||||
taskDone: function() {
|
||||
me.reload()
|
||||
}
|
||||
me.reload();
|
||||
},
|
||||
});
|
||||
win.show();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user