Skip to content

Commit

Permalink
data_report_layout: UCBoulder/oit_dingo#848
Browse files Browse the repository at this point in the history
Add aria-live announce filters applied
  • Loading branch information
protitude committed Feb 18, 2025
1 parent e11fb36 commit 2eec3e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/data_report_layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,9 @@
$('#userupdateinfo').append('<p>Filters Cleared</p>');
}

const queryString = window.location.search;
if (queryString.includes('f%5B0%5D')) {
$('#userupdateinfo').append('<p>Filter applied</p>');
}

})(jQuery, Drupal, window.Cookies);

0 comments on commit 2eec3e8

Please sign in to comment.