Don't dup video el ID

master
Daniel Berteaud 11 years ago
parent 20d3c40dd9
commit 5c5c17ebe2
  1. 1
      public/js/vroom.js

@ -371,6 +371,7 @@ function initVroom(room) {
return false; return false;
}) })
.css('max-height', maxHeight()) .css('max-height', maxHeight())
.attr('id', el.attr('id') + '_main')
); );
$('.selected').removeClass('selected'); $('.selected').removeClass('selected');
el.addClass('selected'); el.addClass('selected');

Loading…
Cancel
Save