Skip to content

Commit

Permalink
fix: fix error in html for dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Jan 26, 2018
1 parent 988642f commit 0f61432
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 24 deletions.
37 changes: 21 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
"commitizen": "2.9.6",
"concat-stream": "1.6.0",
"cz-conventional-changelog": "2.0.0",
"dbpedia-entity-lookup": "^0.1.0",
"faucet": "0.0.1",
"getty-entity-lookup": "^1.3.0",
"husky": "0.13.3",
"istanbul": "0.4.5",
"mkdirp": "0.5.1",
"semantic-release": "^6.3.6",
"sinon": "2.2.0",
"tape": "4.6.3",
"viaf-entity-lookup": "^1.1.3",
"watch": "1.0.2",
"watchify": "3.9.0"
"watchify": "3.9.0",
"wikidata-entity-lookup": "^1.1.0"
},
"dependencies": {
"bootstrap": "3.3.7",
"dbpedia-entity-lookup": "0.0.0-development",
"getty-entity-lookup": "^1.0.0",
"jquery": "3.2.1",
"viaf-entity-lookup": "^1.1.0",
"wikidata-entity-lookup": "^1.0.0"
"jquery": "3.2.1"
},
"config": {
"commitizen": {
Expand Down
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ function showResults(results, entitySourceName, searchOptions) {
function initializeEntityPopup(searchOptions) {
if (! document.getElementById('cwrc-entity-lookup') ) {
$(document.body).append($.parseHTML(
`<div
} id="cwrc-entity-lookup" class="modal fade">
`<div id="cwrc-entity-lookup" class="modal fade">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
Expand Down

0 comments on commit 0f61432

Please sign in to comment.