Remove font tooltip

[MAILPOET-1623]
This commit is contained in:
Pavel Dohnal
2018-11-13 12:10:04 +01:00
parent 19d13c5165
commit ab0d94aea2
4 changed files with 2 additions and 13 deletions

View File

@@ -378,11 +378,6 @@ define([
tooltipId: 'tooltip-editor-send-preview',
tooltip: MailPoet.I18n.t('helpTooltipSendPreview')
});
MailPoet.helpTooltip.show(document.getElementById('tooltip-designer-styles'), {
tooltipId: 'tooltip-editor-designer-styles',
tooltip: MailPoet.I18n.t('helpTooltipDesignerStyles')
});
});
return Module;