Explorar el Código

Removes tooltip from profile avatar when not clickable.

master
damencho hace 9 años
padre
commit
4ab0fca4d7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      modules/UI/toolbars/Toolbar.js

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

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

Loading…
Cancelar
Guardar