From dcb607a586f7c62bf875db961f0fb45e27a394ef Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 14 Jan 2016 16:21:03 -0600 Subject: [PATCH] Shows displayname after editing it. --- modules/UI/videolayout/LocalVideo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/UI/videolayout/LocalVideo.js b/modules/UI/videolayout/LocalVideo.js index eac370a65..2cd0d8c9b 100644 --- a/modules/UI/videolayout/LocalVideo.js +++ b/modules/UI/videolayout/LocalVideo.js @@ -65,6 +65,7 @@ LocalVideo.prototype.setDisplayName = function(displayName, key) { $('#localDisplayName').html(defaultLocalDisplayName); } } + this.updateView(); } else { var editButton = createEditDisplayNameButton();