]> git.proxmox.com Git - pve-manager.git/commit
remove unnecessary trigraph
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 31 Oct 2016 10:06:59 +0000 (11:06 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 31 Oct 2016 15:34:53 +0000 (16:34 +0100)
commitee34f6e2079647207c4dbff91cd8f25ec821c3a1
tree93a8b48fd55edba194f4d11552558c540273935f
parenta98d0348506c6ebefd88dd44b8466b0f59f7682f
remove unnecessary trigraph

values['delete'] is always empty here, plus the code was buggy for
the case that it wasn't:

values['delete'] = values['delete'] ? ',group' : 'group';
                ^^^
         always overwrites values['delete'], even if not empty

So just drop it here.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ha/ResourceEdit.js