Revize ca88914a
Přidáno uživatelem Martin Sebela před více než 4 roky(ů)
website/public/js/zcu-heatmap.js | ||
---|---|---|
521 | 521 |
window.history.pushState( |
522 | 522 |
'', |
523 | 523 |
document.title, |
524 |
window.location.origin + window.location.pathname + `?date=${currentDateToString()}&time=${currentTime}${datasetSelected.reduce((acc, current) => acc + '&type=' + current, '')}` |
|
524 |
window.location.origin + window.location.pathname + `?date=${currentDateToString()}&time=${currentTime}${datasetSelected.reduce((acc, current) => acc + '&type[]=' + current, '')}`
|
|
525 | 525 |
) |
526 | 526 |
} |
527 | 527 |
|
Také k dispozici: Unified diff
Re #8190 - fix popup colors + form square brackets fix