Skip to content

Commit

Permalink
tweek examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Nov 14, 2020
1 parent 40a74c7 commit d8fb81c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/loadTracks.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</nav>
<main role="main" class="container-fluid">
<div style="padding-top: 64px">
<b>This example illustrates use of the igv.js API to dynamically add tracks from a dropdown
This example illustrates use of the igv.js API to dynamically add tracks from a dropdown
menu. Selecting 'CopyNumber' in the menu above results in the following call.
<p>
<pre>
Expand All @@ -105,7 +105,7 @@
</p>
See the
<a href="https://github.com/igvteam/igv.js/wiki">developer wiki for more details.</a>
</b>

</div>

<div id='igvDiv' style="padding-top: 64px"></div>
Expand Down
4 changes: 0 additions & 4 deletions examples/test/arcs.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<link href=img/favicon.ico rel="shortcut icon">
<title>IGV - Dev</title>

<!-- IGV CSS -->

<link href="css/dev.css" rel="stylesheet" type="text/css"/>

</head>

<body>
Expand Down
Binary file added examples/test/img/favicon.ico
Binary file not shown.
3 changes: 0 additions & 3 deletions examples/test/tracks-hg19.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ <h1>Test tracks</h1>
igv.createBrowser(igvDiv, options)
.then(function (browser) {
console.log("Created IGV browser");
document.getElementById("bmBtn").addEventListener("click", () => {
window.history.pushState({}, "IGV", browser.sessionURL());
})
})

</script>
Expand Down

0 comments on commit d8fb81c

Please sign in to comment.