Increase admin notices timeout

[MAILPOET-1451]
This commit is contained in:
Rostislav Wolny
2018-11-29 17:10:48 +01:00
parent 23df6c5936
commit 7c7b6b62ea

View File

@@ -35,7 +35,7 @@ define('notice', ['mailpoet', 'jquery'], function (mp, jQuery) { // eslint-disab
id: null, id: null,
positionAfter: false, positionAfter: false,
scroll: false, scroll: false,
timeout: 5000, timeout: 10000,
onOpen: null, onOpen: null,
onClose: null onClose: null
}, },