Mercurial > p > roundup > code
diff CHANGES.txt @ 7970:b63fcfc2c984
bug: make classhelper link open in new window when js is disabled
Prevent the web page displaying a classhelper link from being replaced
if JavaScript is disabled.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 18 May 2024 21:28:05 -0400 |
| parents | d7e79f8eb943 |
| children | 425dd9854e34 |
line wrap: on
line diff
--- a/CHANGES.txt Thu May 16 09:36:10 2024 -0400 +++ b/CHANGES.txt Sat May 18 21:28:05 2024 -0400 @@ -148,6 +148,9 @@ - issue2551350 - Python changes for 3.12 with roundup 2.3.0. Fixes for mailer.py crash due to change in starttls signature change. (Patch by Andrew (kragacles), modified and applied John Rouillard) +- make classhelper link open in a new window by setting + target="_blank". This prevents overwriting of current page with the + classhelper if javascript is disabled. (John Rouillard) Features:
