Remove warning in vroom.js

master
Daniel Berteaud 11 years ago
parent b3a613ddc7
commit dde00417ba
  1. 2
      public/js/vroom.js

@ -844,7 +844,7 @@ function initVroom(room) {
if (data.status == 'success' && data.msg){ if (data.status == 'success' && data.msg){
$.notify(data.msg, 'success'); $.notify(data.msg, 'success');
} }
else{ else if (data.msg){
$.notify(data.msg, 'error'); $.notify(data.msg, 'error');
} }
} }

Loading…
Cancel
Save