run parseRows on init so that datetime fields get their popups etc

This commit is contained in:
Isaac Connor 2020-09-09 15:40:44 -04:00
parent d843ef89f6
commit 013e007141
1 changed files with 1 additions and 0 deletions

View File

@ -393,6 +393,7 @@ function init() {
$j('#Id').chosen();
$j('#fieldsTable select').not("[name$='br\\]'], [name$='cnj\\]']").chosen({width: '101%'}); //Every select except brackets/and
$j("#sortTable [name$='sort_field\\]']").chosen();
parseRows($j('#fieldsTable tbody').children());
}
window.addEventListener( 'DOMContentLoaded', init );