mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +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();
|
||||
});
|
||||
|
||||
statusToggle.addEventListener('click', function() {
|
||||
console.log('clicked')
|
||||
toggleCaret(statusToggle);
|
||||
});
|
||||
if (statusToggle) {
|
||||
statusToggle.addEventListener('click', function() {
|
||||
console.log('clicked')
|
||||
toggleCaret(statusToggle);
|
||||
});
|
||||
}
|
||||
|
||||
// Add event listeners to status filter checkboxes
|
||||
statusCheckboxes.forEach(checkbox => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue