data op website alfa

This commit is contained in:
Peter Kleiweg
2026-04-29 13:50:56 +02:00
parent d06e9c81ec
commit 214e1ae13c
18 changed files with 4 additions and 19 deletions

View File

@@ -32,7 +32,7 @@ function sleep(ms) {
function getJSON(url) {
return new Promise(function (resolve, reject) {
var xhr = new XMLHttpRequest()
xhr.open('get', url, true)
xhr.open('get', '/alfa/wvdm/data/' + url, true)
xhr.responseType = 'json'
xhr.onload = function () {
var status = xhr.status