mirror of
https://github.com/ivabus/www
synced 2024-11-13 08:05:15 +03:00
Comment
This commit is contained in:
parent
bea2b0dbad
commit
2843f57f90
|
@ -172,7 +172,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
||||||
fetch(url)
|
fetch(url)
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then((out) => {
|
.then((out) => {
|
||||||
//Debugging
|
//Debugging + Reference
|
||||||
console.log(out);
|
console.log(out);
|
||||||
//Job Description One
|
//Job Description One
|
||||||
document.getElementById('typeOne').innerHTML = out[0].type.name;
|
document.getElementById('typeOne').innerHTML = out[0].type.name;
|
||||||
|
|
Loading…
Reference in a new issue