From 8bc252eb7420e7c9580ac6e53e52e00bb81cf9d2 Mon Sep 17 00:00:00 2001 From: Alex Richards Date: Mon, 28 Oct 2019 15:52:17 +0000 Subject: [PATCH] Adding space after Create Spreadsheet --- dist/PublicLab.Grapher.js | 2 +- dist/transpiled_code/View.js | 2 +- src/View.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/PublicLab.Grapher.js b/dist/PublicLab.Grapher.js index a5254e3..699d985 100644 --- a/dist/PublicLab.Grapher.js +++ b/dist/PublicLab.Grapher.js @@ -1460,7 +1460,7 @@ function () { }, { key: "drawHTMLView", value: function drawHTMLView() { - this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

  • Upload CSV Data
  • Select Columns & Graph Type
  • Plotted Graph & Export Options
'; + this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

  • Upload CSV Data
  • Select Columns & Graph Type
  • Plotted Graph & Export Options
'; } }]); diff --git a/dist/transpiled_code/View.js b/dist/transpiled_code/View.js index 2bde832..bc98884 100644 --- a/dist/transpiled_code/View.js +++ b/dist/transpiled_code/View.js @@ -713,7 +713,7 @@ function () { }, { key: "drawHTMLView", value: function drawHTMLView() { - this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

  • Upload CSV Data
  • Select Columns & Graph Type
  • Plotted Graph & Export Options
'; + this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

  • Upload CSV Data
  • Select Columns & Graph Type
  • Plotted Graph & Export Options
'; } }]); diff --git a/src/View.js b/src/View.js index 721e0fd..eb72007 100644 --- a/src/View.js +++ b/src/View.js @@ -572,8 +572,8 @@ class View{ //renders the entire HTML view drawHTMLView(){ - this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

  • Upload CSV Data
  • Select Columns & Graph Type
  • Plotted Graph & Export Options
' - + this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

  • Upload CSV Data
  • Select Columns & Graph Type
  • Plotted Graph & Export Options
' + } }