Typo in JS code

This commit is contained in:
Daniel Berteaud 2015-07-19 10:50:06 +02:00
parent 3db996d2a7
commit 2aa4042027
1 changed files with 1 additions and 1 deletions

View File

@ -1934,7 +1934,7 @@ function initVroom(room) {
$('#displayName').parent().removeClass('has-error');
}
// Enable chat input when you set your disaplay name
if (name !i== '' && $('#chatBox').attr('disabled')){
if (name !== '' && $('#chatBox').attr('disabled')){
$('#chatBox').removeAttr('disabled').removeAttr('placeholder');
peers.local.hasName = true;
}