mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 08:25:06 +03:00
Open the e-mail sending support page in a new window.
This commit is contained in:
parent
91ef11f853
commit
ecdf5cec21
@ -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}});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user