Another typo which prevented group actions menu to be displayed

When another owner promote you
master
Daniel Berteaud 11 years ago
parent 29cc7cddd1
commit e7d4e34a49
  1. 2
      public/js/vroom.js

@ -375,7 +375,7 @@ function initVroom(room) {
$('.unauthEl').hide(500); $('.unauthEl').hide(500);
$('.ownerEl').not('.threePeersEl').show(500); $('.ownerEl').not('.threePeersEl').show(500);
if (countPeers() > 1){ if (countPeers() > 1){
('.threePeersEl').show(500); $('.threePeersEl').show(500);
} }
var notif = JSON.parse(data.notif); var notif = JSON.parse(data.notif);
$.each(notif.email, function(index, val){ $.each(notif.email, function(index, val){

Loading…
Cancel
Save