ulrich
2017-01-07 118fec17cb94bd495dc3911b831520046ab5acc5
web/ui/ui.js
@@ -194,6 +194,7 @@
    $("#nutzerrollen").append('<option value=' + rolle.String + '>' + rolle.String + '</option>');
  }
  $('#nutzerRolleEntziehen').prop( "disabled", true );
  $('#rolleErteilen').prop( "disabled", true );
}
function um_show_role_list(resp) {