From e7d4e34a4905ca70274d8d20fe33da7bfd9252dd Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 6 Jun 2014 09:26:28 +0200 Subject: [PATCH] Another typo which prevented group actions menu to be displayed When another owner promote you --- public/js/vroom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/vroom.js b/public/js/vroom.js index 7b77cc0..69a5c83 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -375,7 +375,7 @@ function initVroom(room) { $('.unauthEl').hide(500); $('.ownerEl').not('.threePeersEl').show(500); if (countPeers() > 1){ - ('.threePeersEl').show(500); + $('.threePeersEl').show(500); } var notif = JSON.parse(data.notif); $.each(notif.email, function(index, val){