Skip to content

Commit

Permalink
Merge pull request #963 from geoadmin/fix-PB-717-current-year-in-time…
Browse files Browse the repository at this point in the history
…slider

PB-717 : add current year to time slider years - #patch
  • Loading branch information
pakb authored Jun 26, 2024
2 parents 4a90702 + 0073cae commit da9e23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export const OLDEST_YEAR = 1844
*
* @type {Number}
*/
export const YOUNGEST_YEAR = new Date().getFullYear() - 1
export const YOUNGEST_YEAR = new Date().getFullYear()

/**
* Don't show third party disclaimer for iframe with one of these hosts as src
Expand Down

0 comments on commit da9e23f

Please sign in to comment.