Skip to content

Commit

Permalink
Add search box
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 13, 2018
1 parent 1186aac commit af8b24d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added img/search.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/JBrowse/View/Dialog/Search.js
Expand Up @@ -53,7 +53,7 @@ function (
innerHTML: this.prompt
}, container);
var subcontainer = dojo.create('div', { style: { 'padding': '20px' } }, container);
dojo.create('img', { width: '16px', src: 'img/iconwiki.png', style: { 'padding-right': '5px' } }, subcontainer);
dojo.create('img', { width: '16px', src: 'img/search.png', style: { 'padding-right': '5px' } }, subcontainer);
this.searchBox = new TextBox({intermediateChanges: true}).placeAt(subcontainer);
dojo.create('label', {style: {marginLeft: '20px'}, for: 'exact_match', innerHTML: 'Exact?'}, subcontainer);
this.exactCheckbox = dojo.create('input', {type: 'checkbox', id: 'exact_match'}, subcontainer);
Expand Down

0 comments on commit af8b24d

Please sign in to comment.