소스 검색

Removes tooltip from profile avatar when not clickable.

master
damencho 9 년 전
부모
커밋
4ab0fca4d7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      modules/UI/toolbars/Toolbar.js

+ 2
- 0
modules/UI/toolbars/Toolbar.js 파일 보기

@@ -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…
취소
저장