Browse Source

Removes tooltip from profile avatar when not clickable.

j8
damencho 9 years ago
parent
commit
4ab0fca4d7
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      modules/UI/toolbars/Toolbar.js

+ 2
- 0
modules/UI/toolbars/Toolbar.js View File

@@ -407,6 +407,8 @@ const Toolbar = {
407 407
 
408 408
         if(!APP.tokenData.isGuest) {
409 409
             $("#toolbar_button_profile").addClass("unclickable");
410
+            UIUtil.removeTooltip(
411
+                document.getElementById('toolbar_button_profile'));
410 412
         }
411 413
     },
412 414
     /**

Loading…
Cancel
Save