Projekt

Obecné

Profil

« Předchozí | Další » 

Revize ca88914a

Přidáno uživatelem Martin Sebela před více než 3 roky(ů)

Re #8190 - fix popup colors + form square brackets fix

Zobrazit rozdíly:

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