Show intro only on new install (but not when migrating from WP2)
Intro is marked as shown only when "Skip" or "Done" is explicitly used - this avoids closing the intro by mistake and never having the option to see it again. [MAILPOET-1446]
This commit is contained in:
committed by
pavel-mailpoet
parent
7ae25ae299
commit
fcef5f0d2b
@@ -305,6 +305,7 @@
|
||||
<% endblock %>
|
||||
|
||||
<% block after_javascript %>
|
||||
<% if settings.show_intro %>
|
||||
<script>
|
||||
if (typeof olark !== 'undefined') {
|
||||
olark('api.box.onShow', function() {
|
||||
@@ -318,4 +319,5 @@
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<% endif %>
|
||||
<% endblock %>
|
||||
|
Reference in New Issue
Block a user