Skip to content

Commit

Permalink
fix: fix search box focus issue
Browse files Browse the repository at this point in the history
17
  • Loading branch information
ajmacdonald committed Jan 31, 2018
1 parent 0f61432 commit 67ec743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function initializeEntityPopup(searchOptions) {
if (! document.getElementById('cwrc-entity-lookup') ) {
$(document.body).append($.parseHTML(
`<div id="cwrc-entity-lookup" class="modal fade">
<div class="modal-dialog modal-lg">
<div class="modal-dialog modal-lg ui-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
Expand Down

1 comment on commit 67ec743

@ajmacdonald
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #17

Please sign in to comment.