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:
parent
059e598f38
commit
d4e53a1362
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue