Hide the password msg once auth is done

master
Daniel Berteaud 10 years ago
parent 305b6cf5eb
commit 003e4ed8a5
  1. 1
      public/js/vroom.js

@ -805,6 +805,7 @@ function initJoin(room){
} }
}, },
success: function(data){ success: function(data){
$('.connecting-err-reason').hide();
$.ajax({ $.ajax({
data: { data: {
req: JSON.stringify({ req: JSON.stringify({

Loading…
Cancel
Save