Fix the no webrtc support modal

master
Daniel Berteaud 10 years ago
parent 5a832da7a2
commit 98b332c4de
  1. 2
      public/js/vroom.js

@ -701,7 +701,7 @@ function initVroom(room) {
// If browser doesn't support webRTC or dataChannels
if (!webrtc.capabilities.support || !webrtc.capabilities.supportGetUserMedia || !webrtc.capabilities.supportDataChannel){
$('.connecting-msg').not('.connecting-msg').remove();
$('.connecting-msg').not('#no-webrtc-msg').remove();
$('#no-webrtc-msg').slideDown();
}

Loading…
Cancel
Save