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 = (() => {