Merge pull request #327 from daief/patch-2

fix: wrong key
This commit is contained in:
Ferdinand Mütsch 2022-03-02 17:56:53 +01:00 committed by GitHub
commit 22e91ad362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ function draw(subselection) {
const idx = data[0].index
const name = wakapiData.projects[idx].key
const url = new URL(window.location.href)
url.searchParams.set('query', name)
url.searchParams.set('project', name)
window.location.href = url.href
},
onHover: (event, elem) => {