Add tooltip to editor previw

[MAILPOET-976]
This commit is contained in:
Pavel Dohnal
2017-08-02 16:21:27 +02:00
parent 65726de7de
commit c090a8260b
4 changed files with 14 additions and 0 deletions

View File

@ -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;