Make clicking gravatar or "Humbug" take you home.

Looks like this was broken in 546063f88d58fb988363e5c89a13507deeb20afd.

(imported from commit 077186e60bf7a48742e71bbcb4e705c02f1ddc0a)
This commit is contained in:
Waseem Daher 2013-03-13 00:39:33 -04:00
parent 275af189a3
commit 52b3da6668
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ exports.restore_home_state = function() {
// If we click on the Home link from another nav pane, just go
// back to the state you were in (possibly still narrowed) before
// you left the Home pane.
if ($('#gear-menu li[title="Home"]').hasClass("active")) {
if (!ui.home_tab_obscured()) {
exports.deactivate();
}
maybe_scroll_to_selected();