Thomas Bruederli
2015-04-17 a3644638aaf0418598196a870204e0b632a4c8ad
plugins/acl/acl.js
@@ -349,7 +349,7 @@
    // display it as popup
    this.acl_popup = this.show_popup_dialog(
        '<div style="width:480px;height:280px">&nbsp;</div>',
        this.acl_form.show(),
        id ? this.gettext('acl.editperms') : this.gettext('acl.newuser'),
        buttons,
        {
@@ -364,8 +364,6 @@
            }
        }
    );
    this.acl_form.appendTo(this.acl_popup).show();
    if (type == 'user')
        name_input.focus();