Mercurial > hg > rc1
changeset 18:e8f197ce1af3
try to reuse same tab for linking back to message
author | Charlie Root |
---|---|
date | Mon, 15 Jan 2018 10:28:32 -0500 |
parents | 3bd5fe8166b8 |
children | 49706603be30 |
files | plugins/calendar/calendar_ui.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/calendar/calendar_ui.js Sat Jan 13 17:06:41 2018 -0500 +++ b/plugins/calendar/calendar_ui.js Mon Jan 15 10:28:32 2018 -0500 @@ -267,7 +267,7 @@ islink = true; href = 'http://' + url; } - return islink ? '<a href="' + Q(href) + '" target="_blank">' + Q(url) + '</a>' : Q(url); + return islink ? '<a href="' + Q(href) + '" target="_bptr">' + Q(url) + '</a>' : Q(url); } // determine whether the given date is on a weekend