From 070e3e14aad8b61f21e0ac6f88ded8cc84f8509d Mon Sep 17 00:00:00 2001 From: bradybodily Date: Fri, 27 Apr 2018 10:58:43 -0600 Subject: [PATCH] yep now its done --- .idea/workspace.xml | 17 ++++------------- main/templates/main/index.html | 3 +-- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cd560d7..51a8112 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,6 @@ - - - - file://$PROJECT_DIR$/main/templates/main/index.html - 65 - - - @@ -740,8 +731,8 @@ - - + + diff --git a/main/templates/main/index.html b/main/templates/main/index.html index a12f6c8..6536bd3 100644 --- a/main/templates/main/index.html +++ b/main/templates/main/index.html @@ -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(); }