diff --git a/src/View.js b/src/View.js index ad55372..0f15fff 100644 --- a/src/View.js +++ b/src/View.js @@ -541,7 +541,7 @@ class View { //renders the entire HTML view drawHTMLView() { - this.element.innerHTML = '

Simple Data Grapher

A JavaScript library that turns uploaded CSV files into customizable graphs within a few simple steps. Can be embedded on other websites!

Open Source by Public Lab

' + this.element.innerHTML = '

Simple Data Grapher

A JavaScript library that turns uploaded CSV files into customizable graphs within a few simple steps. Can be embedded on other websites!

Open Source by Public Lab

' } }