From e8592773dc31daff094e5aa27d759e8a969e21d7 Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Thu, 24 Oct 2024 15:15:10 -0400 Subject: [PATCH] Expose URI-T to reconstructive for #839 --- ipwb/assets/reconstructive-banner.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipwb/assets/reconstructive-banner.js b/ipwb/assets/reconstructive-banner.js index 6c31a978..a67f6cf5 100644 --- a/ipwb/assets/reconstructive-banner.js +++ b/ipwb/assets/reconstructive-banner.js @@ -68,6 +68,8 @@ class ReconstructiveBanner extends HTMLElement { this.nextDatetime = this.getAttribute('next-datetime') || ''; + this.timemapUrit = this.getAttribute('timemap-urit') || ''; + this.autoHideDelay = 2000; this.displayDatetime = (() => {