[pve-devel] [PATCH manager 1/2] improve pending changes for qemu hardware in gui
Dominik Csapak
d.csapak at proxmox.com
Fri Apr 29 09:04:11 CEST 2016
OK, i'm on it, but we have many things which jslint does not like ...
On 04/29/2016 07:58 AM, Dietmar Maurer wrote:
>> } else {
>> - current = value;
>> + current = (value)?value:'';
> If I remember correctly, jslint wants:
>
> current = value || '';
>
> I tried to verify that with:
>
> # cd pve-manager/www/manager6
> # make lint
>
> but that is broken and throws a bunch of errors. Please
> can we fix this first?
More information about the pve-devel
mailing list