()
| 923 | } |
| 924 | |
| 925 | function fixStructFormatDiv() { |
| 926 | const div = $('#format-2').parent() |
| 927 | $('#format-2').insertBefore(div) |
| 928 | $('#forstandardtypesizesandmanualalignmentpaddingstartformatstringwith').parent().insertBefore(div) |
| 929 | } |
| 930 | |
| 931 | function updateDate(template) { |
| 932 | const date = new Date(); |