mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
f15efcd6f2 | |||
22e91ad362 | |||
932ba111cc |
@ -133,7 +133,7 @@ function draw(subselection) {
|
|||||||
const idx = data[0].index
|
const idx = data[0].index
|
||||||
const name = wakapiData.projects[idx].key
|
const name = wakapiData.projects[idx].key
|
||||||
const url = new URL(window.location.href)
|
const url = new URL(window.location.href)
|
||||||
url.searchParams.set('query', name)
|
url.searchParams.set('project', name)
|
||||||
window.location.href = url.href
|
window.location.href = url.href
|
||||||
},
|
},
|
||||||
onHover: (event, elem) => {
|
onHover: (event, elem) => {
|
||||||
|
@ -1 +1 @@
|
|||||||
2.2.3
|
2.2.4
|
Reference in New Issue
Block a user