diff --git a/dist/PublicLab.Grapher.js b/dist/PublicLab.Grapher.js index b5557c8..a5254e3 100644 --- a/dist/PublicLab.Grapher.js +++ b/dist/PublicLab.Grapher.js @@ -923,7 +923,7 @@ function () { key: "createPopover", value: function createPopover(buttonId) { var self = this; - var html = '
'; + var html = ''; $('#' + buttonId).popover({ placement: 'bottom', title: 'Add Description', diff --git a/dist/transpiled_code/View.js b/dist/transpiled_code/View.js index acef478..2bde832 100644 --- a/dist/transpiled_code/View.js +++ b/dist/transpiled_code/View.js @@ -176,7 +176,7 @@ function () { key: "createPopover", value: function createPopover(buttonId) { var self = this; - var html = ''; + var html = ''; $('#' + buttonId).popover({ placement: 'bottom', title: 'Add Description', diff --git a/examples/upload_file.css b/examples/upload_file.css index 2943957..d7328da 100644 --- a/examples/upload_file.css +++ b/examples/upload_file.css @@ -292,4 +292,7 @@ margin-left: 70px; justify-content: center; flex-direction: column; +} +.popover_headings{ + font-family: 'Ubuntu Condensed'; } \ No newline at end of file diff --git a/src/View.js b/src/View.js index eeb1a12..721e0fd 100644 --- a/src/View.js +++ b/src/View.js @@ -171,7 +171,7 @@ class View{ // create a popover against each import method for adding a file title and description createPopover(buttonId){ let self=this; - var html='' + var html='' $('#'+buttonId).popover({ placement: 'bottom',