mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 22:14:15 +02:00
fixed bug preventing display of domains when no portfolio
This commit is contained in:
parent
0d6daef48b
commit
9341dbf0b5
1 changed files with 6 additions and 4 deletions
|
@ -1266,10 +1266,12 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
resetHeaders();
|
resetHeaders();
|
||||||
});
|
});
|
||||||
|
|
||||||
statusToggle.addEventListener('click', function() {
|
if (statusToggle) {
|
||||||
console.log('clicked')
|
statusToggle.addEventListener('click', function() {
|
||||||
toggleCaret(statusToggle);
|
console.log('clicked')
|
||||||
});
|
toggleCaret(statusToggle);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
// Add event listeners to status filter checkboxes
|
// Add event listeners to status filter checkboxes
|
||||||
statusCheckboxes.forEach(checkbox => {
|
statusCheckboxes.forEach(checkbox => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue