Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6f1b85d πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Oct 7, 2024
1 parent 07fbc47 commit af3a7c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geopubbyjs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1263,9 +1263,13 @@ <h3 id="relationtitle">Relationview</h3>
<script>
const searchParams = new URL(document.location.toString()).searchParams;
if(searchParams.has("endpoint")){
console.log(searchParams)
endpoint=searchParams.get("endpoint")
endpointLabel=endpoint
concept=null
console.log(endpoint)
console.log(endpointLabel)
console.log(concept)
if(searchParams.has("endpointLabel")){
endpointLabel=searchParams.get("endpointLabel")
}
Expand Down

0 comments on commit af3a7c0

Please sign in to comment.