Fix editing the name

This commit is contained in:
Ilya Daynatovich 2016-10-26 19:17:59 +03:00 committed by damencho
parent 8d80e13e31
commit 1e24be6dd4
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ LocalVideo.prototype.setDisplayName = function(displayName) {
APP.translation.translateElement($(editableText));
this.container
.querySelector('.videocontainer__toolbar')
.appendChild(editableText);
var self = this;