Merge pull request #962 from jitsi/remove-tooltip

Remove tooltip update
This commit is contained in:
yanas
2016-09-29 17:14:09 -05:00
committed by GitHub

View File

@@ -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','');
},
/**