Redirect to new Basics page by default
[MAILPOET-2677]
This commit is contained in:
committed by
Veljko V
parent
3af7601ab6
commit
cd9fd66c15
@@ -11,8 +11,8 @@ if (jQuery('#mailpoet_settings').length > 0) {
|
|||||||
'(:tab)': 'tabs',
|
'(:tab)': 'tabs',
|
||||||
},
|
},
|
||||||
defaultRoute: function defaultRoute() {
|
defaultRoute: function defaultRoute() {
|
||||||
// display basics tab as default
|
// redirect to new settings by default
|
||||||
this.tabs('basics');
|
window.location.href = '?page=mailpoet-new-settings#/basics';
|
||||||
},
|
},
|
||||||
sendingMethodGroup: function sendingMethodGroup(group) {
|
sendingMethodGroup: function sendingMethodGroup(group) {
|
||||||
// display mta tab
|
// display mta tab
|
||||||
|
Reference in New Issue
Block a user