Don't add moh notif if it just resumed

master
Daniel Berteaud 11 years ago
parent eca15d3987
commit d23e40e89d
  1. 4
      public/js/vroom.js

@ -683,9 +683,11 @@ function initVroom(room) {
$('#mohPlayer').get(0).volume = .25;
$('#mohPlayer').get(0).play();
}
$('.aloneEl').show(200);
else{
$('#pauseMohButton').notify(locale.WAIT_WITH_MUSIC, 'info');
}
$('.aloneEl').show(200);
}
}, 3000);
}

Loading…
Cancel
Save