Skip to content

Commit 0c17f0b

Browse files
committed
clear the avatar out of the way
1 parent 644cfa2 commit 0c17f0b

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

lib/views/videoView.js

-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ C("VideoView", ["require", "exports", "module"], function (require, exports, mod
127127

128128
this.$avatar = $('<img draggable="false" class="collaborator-video-avatar" src="/img/default_profile.png" width="150" height="150" />');
129129
$vidContainer.append(this.$avatar);
130-
this.$avatar.show();
131130

132131
this.$container.append($vidContainer);
133132

serve-development/js/junto.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -33766,7 +33766,6 @@ C("VideoView", ["require", "exports", "module"], function (require, exports, mod
3376633766

3376733767
this.$avatar = $('<img draggable="false" class="collaborator-video-avatar" src="/img/default_profile.png" width="150" height="150" />');
3376833768
$vidContainer.append(this.$avatar);
33769-
this.$avatar.show();
3377033769

3377133770
this.$container.append($vidContainer);
3377233771

@@ -34588,7 +34587,7 @@ C("app", "require exports module RoomTopicView ChatView smallSurface auth create
3458834587
muted: true
3458934588
},
3459034589
media: {
34591-
video: false,
34590+
video: true,
3459234591
audio: true
3459334592
}
3459434593
});

serve-production/js/junto.js

-1
Original file line numberDiff line numberDiff line change
@@ -33766,7 +33766,6 @@ C("VideoView", ["require", "exports", "module"], function (require, exports, mod
3376633766

3376733767
this.$avatar = $('<img draggable="false" class="collaborator-video-avatar" src="/img/default_profile.png" width="150" height="150" />');
3376833768
$vidContainer.append(this.$avatar);
33769-
this.$avatar.show();
3377033769

3377133770
this.$container.append($vidContainer);
3377233771

0 commit comments

Comments
 (0)