diff --git a/public/js/vroom.js b/public/js/vroom.js index 896273f..4a2aade 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -259,7 +259,8 @@ function initVroom(room) { // add the volume bar and the mute/pause overlay else{ id = peer.id; - // Create 3 divs which will contains the volume bar, the displayName and the muted/paused el (overlay) + // Create 4 divs which will contains the volume bar, the displayName, the muted/paused and + // the owner actions (overlay) $('
').addClass('volumeBar').attr('id', 'volume_' + id).appendTo(div); $('
').addClass('displayName').attr('id', 'name_' + id).appendTo(div); $('
').attr('id', 'overlay_' + id).appendTo(div);