- Sets MailPoet notice timeout to 5sec

- Removes custom timeout from import
This commit is contained in:
Vlad
2016-05-10 18:59:31 -04:00
parent c3368d69fd
commit 2dab89135f
2 changed files with 15 additions and 47 deletions

View File

@@ -51,7 +51,7 @@ define('notice', ['mailpoet', 'jquery'], function(MailPoet, jQuery) {
id: null,
positionAfter: false,
scroll: false,
timeout: 2000,
timeout: 5000,
onOpen: null,
onClose: null
},