Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Nov 3, 2023
1 parent 5fa81c4 commit 8ee5bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async function main(container, config) {

async function initializationHelper(browser, container, options) {

['track', 'genome'].forEach(str => {
['track', 'genome', 'sample-info'].forEach(str => {
let imgElement

imgElement = document.querySelector(`img#igv-app-${str}-dropbox-button-image`)
Expand Down

0 comments on commit 8ee5bd1

Please sign in to comment.