Skip to content
Snippets Groups Projects
Commit 39bfbd12 authored by Andreas Valder's avatar Andreas Valder
Browse files

closes #102

parent f4b707a2
Branches
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ var moderator = {
html += '</select>';
html += '<select class="col-xs-12 authtype" onchange="moderator.permissioneditor.typechange(this)">';
html += '<option value="public">Öffentlich</option>';
html += '<option selected value="password">Password</option>';
html += '<option selected value="password">Passwort</option>';
html += '<option value="rwth">RWTH intern</option>';
html += '<option value="l2p">L2P Lernraum</option>';
html += '</select>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment