Add tooltip to editor styles
[MAILPOET-976]
This commit is contained in:
@@ -370,10 +370,15 @@ define([
|
||||
|
||||
App._appView.showChildView('sidebarRegion', sidebarView);
|
||||
|
||||
MailPoet.helpTooltip.show(document.getElementById("tooltip-send-preview"), {
|
||||
tooltipId: "tooltip-editor-send-preview",
|
||||
MailPoet.helpTooltip.show(document.getElementById('tooltip-send-preview'), {
|
||||
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;
|
||||
|
Reference in New Issue
Block a user