Merge pull request #1458 from sirDonovan/rangelock

Update /rangelock
This commit is contained in:
Guangcong Luo 2015-01-21 15:46:37 -06:00
commit 556400c09f

View File

@ -694,7 +694,7 @@ User = (function () {
this.locked = '#range';
this.updateIdentity();
}
} else if (this.locked && lockedRanges[this.locked]) {
} else if (this.locked && (this.locked === '#range' || lockedRanges[this.locked])) {
this.locked = false;
this.updateIdentity();
}