mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Fix weird bug
This commit is contained in:
parent
017ffcad88
commit
2cde874356
1 changed files with 4 additions and 0 deletions
|
@ -426,6 +426,10 @@ function initializeWidgetOnList(list, parentId) {
|
||||||
let statusSelect = document.getElementById('id_status');
|
let statusSelect = document.getElementById('id_status');
|
||||||
|
|
||||||
function moveStatusChangelog(actionNeededReasonFormGroup, statusSelect) {
|
function moveStatusChangelog(actionNeededReasonFormGroup, statusSelect) {
|
||||||
|
if (!actionNeededReasonFormGroup || !statusSelect) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
let flexContainer = actionNeededReasonFormGroup.querySelector('.flex-container');
|
let flexContainer = actionNeededReasonFormGroup.querySelector('.flex-container');
|
||||||
let statusChangelog = document.getElementById('dja-status-changelog');
|
let statusChangelog = document.getElementById('dja-status-changelog');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue