pve-manager/www
Thomas Lamprecht ee34f6e207 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>
2016-10-31 16:34:53 +01:00
..
bootstrap Makefile: fix distclean target 2016-09-28 08:21:48 +02:00
css add some color definitions to css 2016-10-29 08:35:08 +02:00
images Makefile: fix distclean target 2016-09-28 08:21:48 +02:00
manager6 remove unnecessary trigraph 2016-10-31 16:34:53 +01:00
mobile Makefile: fix distclean target 2016-09-28 08:21:48 +02:00
Makefile switch GUI to extjs6 2016-03-31 12:11:31 +02:00