This commit is contained in:
Baris Usakli
2013-09-03 11:45:15 -04:00
parent 2c215afe33
commit 1f08e407d1
2 changed files with 13 additions and 6 deletions

View File

@@ -53,7 +53,13 @@
jQuery('#search-fields').hide();
jQuery('#search-button').show();
});
$('#search-fields input').on('blur', function() {
$('#search-fields').hide();
$('#search-button').show();
});
});
var rightMenu = $('#right-menu'),
isLoggedIn = data.uid > 0;
@@ -82,6 +88,7 @@
rightMenu.append(logoutli);
}
} else {
$('#search-button').hide();
jQuery('.nodebb-loggedin').hide();
jQuery('.nodebb-loggedout').show();