From 5b8c0e8c2cf49624305b1ab79dafa4309c754cb9 Mon Sep 17 00:00:00 2001 From: Carlana Johnson Date: Fri, 20 Sep 2024 14:06:36 -0400 Subject: [PATCH] embed.js: Update name for host div --- assets/js/embed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/embed.js b/assets/js/embed.js index 3f1d921..fd51640 100644 --- a/assets/js/embed.js +++ b/assets/js/embed.js @@ -3,7 +3,7 @@ import { Framer } from "js/framer/index.mjs"; import { each, onLoad } from "./utils/dom-utils.js"; onLoad(() => { - each("[data-spl-interactive=viz-redistricting-2020]", (el) => { + each("[data-spl-interactive=viz-sample-ballot-2024]", (el) => { // Bail if we were already attached or old JS if (el.shadowRoot || !("attachShadow" in el)) { return;