mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-27 11:28:38 +01:00
Load versions.json from /latest
This commit is contained in:
parent
70904ff1a8
commit
49cda1f18f
|
|
@ -82,8 +82,7 @@ function appendVersion(parent, name, url) {
|
|||
a.appendChild(text);
|
||||
}
|
||||
|
||||
// TODO: Load /latest/versions.json
|
||||
fetch("/versions.json")
|
||||
fetch("/latest/versions.json")
|
||||
.then(r => r.json())
|
||||
.then(versions => {
|
||||
// Find the surrounding list element
|
||||
|
|
|
|||
Loading…
Reference in a new issue