eslint fixes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-08-26 20:01:36 +02:00
parent a718654e76
commit 3824e269c9

View File

@ -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();
},