Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Jan 30, 2025
1 parent 080a0bf commit 3ce7138
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/igvjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>Blank browser to demonstrate loading igv sessions and files from html links.

<script type="module">

import igv from "../js/index.js"
import igv from "../dist/igv.esm.js"

const div = document.getElementById("myDiv")

Expand Down
2 changes: 1 addition & 1 deletion examples/interact.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>Interact tracks from UCSC interact and bigInteract files.</h2>

<script type="module">

import igv from "../js/index.js"
import igv from "../dist/igv.esm.js"

// BEDPE examples
const options =
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1>IGV tabs example</h1>

<script type="module">

import igv from "../js/index.js"
import igv from "../dist/igv.esm.js"

document.addEventListener("DOMContentLoaded", function () {
initTabs()
Expand Down

0 comments on commit 3ce7138

Please sign in to comment.