mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Less specific selector
This commit is contained in:
parent
16ed7546fd
commit
3493b9a16f
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ function createComparativeColumnChart(id, title, labelOne, labelTwo) {
|
|||
/** An IIFE to initialize the analytics page
|
||||
*/
|
||||
export function initAnalyticsDashboard() {
|
||||
const analyticsPageContainer = document.querySelector('.analytics-dashboard .analytics-dashboard-charts');
|
||||
const analyticsPageContainer = document.querySelector('.analytics-dashboard-charts');
|
||||
if (analyticsPageContainer) {
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
initAnalyticsExportButtons();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue