Skip to content

Commit

Permalink
Expose URI-T to reconstructive for #839
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 24, 2024
1 parent 99abb2e commit e859277
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipwb/assets/reconstructive-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (() => {
Expand Down

0 comments on commit e859277

Please sign in to comment.