Open the e-mail sending support page in a new window.

This commit is contained in:
Jilles Soeters 2014-08-15 16:20:52 +02:00
parent 91ef11f853
commit ecdf5cec21

View File

@ -184,7 +184,7 @@ function initNotifications() {
type: 'warn',
message: [
"Ghost is currently unable to send e-mail.",
"See <a href=\"http://support.ghost.org/mail\">http://support.ghost.org/mail</a> for instructions"
"See <a href=\"http://support.ghost.org/mail\" target=\"_blank\">http://support.ghost.org/mail</a> for instructions"
].join(' ')
}] }, {context: {internal: true}});
}