Function writeDynaList() in core.js was cleaned up. Conforming to its only usage one redundant parameter was removed. The function now always requires the last argument (element) and cannot anymore write to the document directly, because usage of document.write() and document.writeln() is a questionable approach, better replaced by DOM manipulation.
Testing Instructions
none
Documentation Changes Required
I'm not aware of any documentation about this function, so most likely none.
I am closing this as it appears that writeDynaList has been removed from the core.js file and the bug in moduleorder.js resolved. Probably here 3d976e4#diff-dff3a13ca1c06afc73dd123e9f435fd1
@dgt41