[pve-devel] [PATCH manager 1/2] improve pending changes for qemu hardware in gui

Dietmar Maurer dietmar at proxmox.com
Fri Apr 29 07:58:13 CEST 2016


>  	} 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