UI updates - new user menu, updated about and profile screen and more (#723)
This commit is contained in:
@@ -84,7 +84,7 @@ $(function() {
|
||||
|
||||
$select.find('option').remove().end().find('optgroup').remove().end();
|
||||
|
||||
if ($emptyOption.length != 0) {
|
||||
if ($emptyOption.length !== 0) {
|
||||
$select.append('<option value="">' + $emptyOption.text() + '</option>');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user