1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Compare commits

..

3 Commits
2.2.3 ... 2.2.4

Author SHA1 Message Date
f15efcd6f2 chore: bump version 2022-03-02 17:58:53 +01:00
22e91ad362 Merge pull request #327 from daief/patch-2
fix: wrong key
2022-03-02 17:56:53 +01:00
932ba111cc fix: wrong key 2022-03-02 22:29:09 +08:00
2 changed files with 2 additions and 2 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) => {

View File

@ -1 +1 @@
2.2.3
2.2.4