소스 검색

Merge pull request #962 from jitsi/remove-tooltip

Remove tooltip update
j8
yanas 9 년 전
부모
커밋
e894b0db43
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      modules/UI/util/UIUtil.js

+ 4
- 0
modules/UI/util/UIUtil.js 파일 보기

@@ -144,6 +144,10 @@ const TOOLTIP_POSITIONS = {
144 144
      */
145 145
     removeTooltip: function (element) {
146 146
         AJS.$(element).tooltip('destroy');
147
+        element.setAttribute('data-tooltip', '');
148
+        element.setAttribute('data-i18n','');
149
+        element.setAttribute('content','');
150
+        element.setAttribute('shortcut','');
147 151
     },
148 152
 
149 153
     /**

Loading…
취소
저장