mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user