fixed bug in pairing

This commit is contained in:
R. Aidan Campbell
2016-08-26 23:30:46 -04:00
parent 36367f69c3
commit 7f1caff2e8
2 changed files with 13 additions and 9 deletions

View File

@@ -150,7 +150,7 @@ NvHTTP.prototype = {
return false;
}
if(this.serverUid != $root.find('uniqueid').text().trim() && this.serverUid != null) {
if(this.serverUid != $root.find('uniqueid').text().trim() && this.serverUid != "") {
// if we received a UID that isn't the one we expected, fail.
return false;
}