Fix sign up button in wizard step 4
[MAILPOET-3704]
This commit is contained in:
committed by
Veljko V
parent
79b2894d6c
commit
ac09c5a8af
@ -15,7 +15,7 @@
|
|||||||
var admin_email = <%= json_encode(admin_email) %>;
|
var admin_email = <%= json_encode(admin_email) %>;
|
||||||
var hide_mailpoet_beacon = true;
|
var hide_mailpoet_beacon = true;
|
||||||
var subscribers_count = <%= subscriber_count %>;
|
var subscribers_count = <%= subscriber_count %>;
|
||||||
var mailpoet_account_url = '<%= add_referral_id("https://account.mailpoet.com/?s=" ~ subscriber_count ~ "&email=" ~ current_wp_user.user_email) | escape('js') %>';
|
var mailpoet_account_url = '<%= add_referral_id("https://account.mailpoet.com/?s=" ~ subscriber_count ~ "&email=" ~ current_wp_user.user_email|escape('js')) %>';
|
||||||
var has_mss_key_specified = <%= json_encode(has_mss_key_specified) %>;
|
var has_mss_key_specified = <%= json_encode(has_mss_key_specified) %>;
|
||||||
var mailpoet_feature_flags = <%= json_encode(mailpoet_feature_flags) %>;
|
var mailpoet_feature_flags = <%= json_encode(mailpoet_feature_flags) %>;
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user