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