Mercurial > p > roundup > code
diff CHANGES.txt @ 5172:fac171f0f27b
Fix submit_once Javascript function
This needs to return a boolean value (not and integer like 0 or 1). And
the work-around for an ancient version of Internet Explorer would make
it break for a recent Firefox. The old version would show the popup but
after clicking away the alert it would load the page. The new version
(tested with Chromium and Firefox) doesn't load the page.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Mon, 28 Nov 2016 16:09:39 +0100 |
| parents | 984134ca9a55 |
| children | 4f99aad7e8e8 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Oct 22 17:23:18 2016 -0400 +++ b/CHANGES.txt Mon Nov 28 16:09:39 2016 +0100 @@ -326,6 +326,13 @@ classic template and setting 'superseder' to a non-existing issue number. All changes to the form where the original field was non-empty were lost. +- Fix submit_once Javascript function: This needs to return a boolean + value (not and integer like 0 or 1). And the work-around for an + ancient version of Internet Explorer would make it break for a recent + Firefox. The old version would show the popup but after clicking away + the alert it would load the page. The new version (tested with + Chromium and Firefox) doesn't load the page. + 2016-01-11: 1.5.1
