MCPcopy Index your code
hub / github.com/gto76/python-cheatsheet / fixStructFormatDiv

Function fixStructFormatDiv

parse.js:925–929  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

modifyPageFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected