Allow user to edit initial username

pull/961/head
Maxim Voloshin 9 years ago
parent 854fef35cb
commit 664d7a4f67
  1. 3
      modules/UI/videolayout/LocalVideo.js

@ -74,6 +74,9 @@ LocalVideo.prototype.setDisplayName = function(displayName, key) {
$('#localDisplayName').html(
`${UIUtil.escapeHtml(displayName)} (${meHTML})`
);
$('#editDisplayName').val(
`${UIUtil.escapeHtml(displayName)}`
);
} else {
$('#localDisplayName').html(defaultLocalDisplayName);
}

Loading…
Cancel
Save