This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit c3a6661c35824901e0f4fba96bd12a54481a9ff9 Author: Daniel Gruno <[email protected]> AuthorDate: Tue Sep 21 18:13:48 2021 -0500 sync with chatty --- webui/js/ponymail.js | 1 + webui/js/source/render-email.js | 1 + 2 files changed, 2 insertions(+) diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js index 2706cf4..d4625b5 100644 --- a/webui/js/ponymail.js +++ b/webui/js/ponymail.js @@ -3472,6 +3472,7 @@ async function render_email(state, json) { // permalink button let linkbutton = new HTML('a', { href: 'thread/%s'.format(json.mid), + target: '_self', title: "Permanent link to this email", class: 'btn toolbar_btn toolbar_button_link' }, new HTML('span', { diff --git a/webui/js/source/render-email.js b/webui/js/source/render-email.js index db7ceda..d327569 100644 --- a/webui/js/source/render-email.js +++ b/webui/js/source/render-email.js @@ -145,6 +145,7 @@ async function render_email(state, json) { // permalink button let linkbutton = new HTML('a', { href: 'thread/%s'.format(json.mid), + target: '_self', title: "Permanent link to this email", class: 'btn toolbar_btn toolbar_button_link' }, new HTML('span', {
