Merge pull request #962 from jitsi/remove-tooltip

Remove tooltip update
pull/963/head 1322
yanas 9 years ago committed by GitHub
commit e894b0db43
  1. 4
      modules/UI/util/UIUtil.js

@ -144,6 +144,10 @@ const TOOLTIP_POSITIONS = {
*/
removeTooltip: function (element) {
AJS.$(element).tooltip('destroy');
element.setAttribute('data-tooltip', '');
element.setAttribute('data-i18n','');
element.setAttribute('content','');
element.setAttribute('shortcut','');
},
/**

Loading…
Cancel
Save