yep now its done

This commit is contained in:
2018-04-27 10:58:43 -06:00
parent 48012ac693
commit 070e3e14aa
2 changed files with 5 additions and 15 deletions

View File

@@ -85,8 +85,7 @@
theData = xhr.response;
console.log(theData);
value = theData.dataset.data[0][1];
{# if (theData.dataset.data){document.querySelector('#quandl').textContent = theData.dataset.data[0][1] + " Some data was fetched into 'theData'" + end;}#}
// document.title = theData.dataset.name + " from Quandl's API"};
document.title = theData.dataset.name + " from Quandl's API"
};
xhr.send();
}