Merge pull request #368 from maraoz/remove/copayer-ID

remove copayerID from UI
This commit is contained in:
Gustavo Maximiliano Cortez 2014-05-16 09:42:30 -03:00
commit 914958302c
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,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);