Procházet zdrojové kódy

Removes tooltip from profile avatar when not clickable.

master
damencho před 9 roky
rodič
revize
4ab0fca4d7
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      modules/UI/toolbars/Toolbar.js

+ 2
- 0
modules/UI/toolbars/Toolbar.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit