Removes tooltip from profile avatar when not clickable.
This commit is contained in:
parent
df3b7e2dbc
commit
4ab0fca4d7
|
@ -407,6 +407,8 @@ const Toolbar = {
|
||||||
|
|
||||||
if(!APP.tokenData.isGuest) {
|
if(!APP.tokenData.isGuest) {
|
||||||
$("#toolbar_button_profile").addClass("unclickable");
|
$("#toolbar_button_profile").addClass("unclickable");
|
||||||
|
UIUtil.removeTooltip(
|
||||||
|
document.getElementById('toolbar_button_profile'));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue