mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +02:00
Update src/registrar/assets/js/get-gov-admin.js
This commit is contained in:
parent
385724c659
commit
31e70232a7
1 changed files with 0 additions and 1 deletions
|
@ -568,7 +568,6 @@ function initializeWidgetOnList(list, parentId) {
|
||||||
// If we add a value, show it.
|
// If we add a value, show it.
|
||||||
// This edge case applies to fixtures data. Prod data will have a changelog to pull from.
|
// This edge case applies to fixtures data. Prod data will have a changelog to pull from.
|
||||||
let changeLog = document.querySelector(".dja-status-changelog");
|
let changeLog = document.querySelector(".dja-status-changelog");
|
||||||
console.log(`value is ===>${actionNeededReasonDropdown.value}<===`)
|
|
||||||
if(changeLog && changeLog.classList.contains("display-none") && actionNeededReasonDropdown.value){
|
if(changeLog && changeLog.classList.contains("display-none") && actionNeededReasonDropdown.value){
|
||||||
showElement(changeLog);
|
showElement(changeLog);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue