We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f66e85 commit b38b0fbCopy full SHA for b38b0fb
frontend/javascript/modules/editUser.js
@@ -178,7 +178,6 @@ export default class EditUser {
178
179
// Freshman Name
180
modal.querySelector('input[name=name]').value = this.data.name;
181
- modal.querySelector('input[name=name]').disabled = true;
182
183
// Room Number
184
modal.querySelector('input[name=room]').value = this.data.room_number;
0 commit comments