mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 22:44:11 +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
|
/** An IIFE to initialize the analytics page
|
||||||
*/
|
*/
|
||||||
export function initAnalyticsDashboard() {
|
export function initAnalyticsDashboard() {
|
||||||
const analyticsPageContainer = document.querySelector('.analytics-dashboard .analytics-dashboard-charts');
|
const analyticsPageContainer = document.querySelector('.analytics-dashboard-charts');
|
||||||
if (analyticsPageContainer) {
|
if (analyticsPageContainer) {
|
||||||
document.addEventListener("DOMContentLoaded", function () {
|
document.addEventListener("DOMContentLoaded", function () {
|
||||||
initAnalyticsExportButtons();
|
initAnalyticsExportButtons();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue