Skip to content

Commit

Permalink
inbo/vlaams-biodiversiteitsportaal#26: Fix timelapse chart throwing a…
Browse files Browse the repository at this point in the history
…n error
  • Loading branch information
StefanVanDyck committed Sep 10, 2024
1 parent c1c430f commit 1b1c47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/assets/javascripts/region_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ var region = {
}

if (timeFacet && !forChart) {
params.push("fq=" + timeFacet);
params.push("fq=" + encodeURIComponent(timeFacet));
}

// remove any empty elements
Expand Down

0 comments on commit 1b1c47a

Please sign in to comment.