mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Open the e-mail sending support page in a new window.
This commit is contained in:
parent
91ef11f853
commit
ecdf5cec21
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue