data op website alfa
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user