Skip to content

Commit e859277

Browse files
committed
Expose URI-T to reconstructive for #839
1 parent 99abb2e commit e859277

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ipwb/assets/reconstructive-banner.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ class ReconstructiveBanner extends HTMLElement {
6868

6969
this.nextDatetime = this.getAttribute('next-datetime') || '';
7070

71+
this.timemapUrit = this.getAttribute('timemap-urit') || '';
72+
7173
this.autoHideDelay = 2000;
7274

7375
this.displayDatetime = (() => {

0 commit comments

Comments
 (0)