[pve-devel] [PATCH manager] fix jslint error

Dominik Csapak d.csapak at proxmox.com
Tue Oct 4 09:59:07 CEST 2016


trailing comma

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/qemu/QemuBiosEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/QemuBiosEdit.js b/www/manager6/qemu/QemuBiosEdit.js
index 623ec7e..ea34812 100644
--- a/www/manager6/qemu/QemuBiosEdit.js
+++ b/www/manager6/qemu/QemuBiosEdit.js
@@ -10,7 +10,7 @@ Ext.define('PVE.qemu.BiosEdit', {
 	    fieldStyle: 'background-color: LightYellow;',
 	    value: gettext('You need to add an EFI disk for storing the ' +
 	    'EFI settings. See the online help for details.'),
-	    hidden: true,
+	    hidden: true
 	});
 
 	Ext.applyIf(me, {
-- 
2.1.4





More information about the pve-devel mailing list