diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 51a8112..fce1731 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,6 +2,7 @@ + - + - - + + @@ -30,7 +31,7 @@ - + @@ -40,8 +41,8 @@ - - + + @@ -52,8 +53,8 @@ - - + + @@ -65,7 +66,7 @@ - + @@ -75,7 +76,7 @@ - + @@ -94,8 +95,8 @@ - - + + @@ -116,7 +117,7 @@ - + @@ -425,6 +426,12 @@ + project + + + + + @@ -513,25 +520,26 @@ + + - + + - - - - - - + + + - - + + - + + @@ -569,7 +577,7 @@ - + @@ -577,11 +585,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -589,26 +681,11 @@ - - - - - - - - - - - - - - - - - + + @@ -623,9 +700,6 @@ - - - @@ -637,16 +711,17 @@ - + + All - + @@ -655,7 +730,6 @@ - @@ -670,25 +744,33 @@ - + - + - + - - + + + + + + + + + + - + @@ -701,38 +783,30 @@ - + - - - + + + + + - - + + - - - - - - - - - - - - + + diff --git a/main/templates/main/index.html b/main/templates/main/index.html index 6536bd3..2f68426 100644 --- a/main/templates/main/index.html +++ b/main/templates/main/index.html @@ -69,8 +69,8 @@ if ('error' in myData){document.querySelector('#quandl').textContent = "Error: "+ myData['error']} else { var weightValue = myData['value'] * theData.dataset.data[0][1]; - var weightValue = parseFloat(weightValue).toFixed(2); - document.querySelector('#quandl').textContent = "Your weight in gold: $"+weightValue; + var weightValue1 = parseFloat(weightValue).toFixed(2); + document.querySelector('#quandl').textContent = "Your weight in gold: $"+weightValue1; } }; xhr.send();