Confirmation email + Subscription pages

- form as an iframe: increased marginY
- fixed issue with page titles (old themes using wp_title hook)
- redirect on reinstall instead of showing a message (to avoid being able to re-save old settings)
This commit is contained in:
Jonathan Labreuille
2016-03-24 12:16:02 +01:00
parent 72a9951125
commit f082c065d1
5 changed files with 56 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
define('iframe', ['mailpoet', 'jquery'], function(MailPoet, jQuery) {
'use strict';
MailPoet.Iframe = {
marginY: 15,
marginY: 20,
autoSize: function(iframe) {
if(!iframe) return;