Commit 24d9af0
committed
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.1 parent f604b43 commit 24d9af0
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
329 | 336 | | |
330 | 337 | | |
331 | 338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2826 | 2826 | | |
2827 | 2827 | | |
2828 | 2828 | | |
2829 | | - | |
2830 | | - | |
| 2829 | + | |
2831 | 2830 | | |
2832 | 2831 | | |
2833 | | - | |
| 2832 | + | |
2834 | 2833 | | |
2835 | 2834 | | |
2836 | 2835 | | |
| |||
0 commit comments