Bug 34085: (follow-up) remove typo in Javascript

Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
David Cook 2023-08-24 06:25:52 +00:00 committed by Tomas Cohen Arazi
parent 059e598f38
commit d4e53a1362
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -356,7 +356,7 @@
[% MACRO jsinclude BLOCK %]
[% INCLUDE 'datatables.inc' %]
<script>
\ function submitForm(form) {
function submitForm(form) {
if (form.closedbg.checked == true) {
var input = document.createElement("input");
input.setAttribute("type", "hidden");