remove copayerID from UI

This commit is contained in:
Manuel Araoz 2014-05-14 15:42:05 -03:00
parent eedfdcfaa1
commit ba335932aa
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ angular.module('copay.directives')
var peerId = peer.peerId;
var nick = peer.nick;
element.addClass('video-small');
element.attr('title', peerId + (peerId == $rootScope.wallet.network.peerId ? ' (You)' : ''));
var muted = $rootScope.getVideoMutedStatus(peerId);
if (muted) {
element.attr("muted", true);