Add tooltip to editor previw
[MAILPOET-976]
This commit is contained in:
@ -369,6 +369,11 @@ define([
|
||||
sidebarView = new SidebarView();
|
||||
|
||||
App._appView.showChildView('sidebarRegion', sidebarView);
|
||||
|
||||
MailPoet.helpTooltip.show(document.getElementById("tooltip-send-preview"), {
|
||||
tooltipId: "tooltip-editor-send-preview",
|
||||
tooltip: MailPoet.I18n.t('helpTooltipSendPreview'),
|
||||
});
|
||||
});
|
||||
|
||||
return Module;
|
||||
|
Reference in New Issue
Block a user