Ver código fonte

Removes tooltip from profile avatar when not clickable.

efficient_tiling
damencho 9 anos atrás
pai
commit
4ab0fca4d7
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      modules/UI/toolbars/Toolbar.js

+ 2
- 0
modules/UI/toolbars/Toolbar.js Ver arquivo

@@ -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
     /**

Carregando…
Cancelar
Salvar