Make your name and gravatar clickable as a way of returning home.

I kind of expect this to work, and hopefully this'll help with
people getting stuck on the "Settings" page in the tutorial.

(imported from commit 1159d884dcd331bcfb74864a0176fa293e8c3714)
This commit is contained in:
Waseem Daher
2013-02-21 11:43:13 +00:00
parent 63d7279cce
commit 6913d16f28
3 changed files with 8 additions and 4 deletions

View File

@@ -855,7 +855,7 @@ $(function () {
return false;
});
$("a.brand").on('click', function (e) {
$(".brand").on('click', function (e) {
if (exports.home_tab_obscured()) {
ui.change_tab_to('#home');
} else {