Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Feb 6, 2024
1 parent 743baf4 commit c78734e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
*/

import igv from '../node_modules/igv/js/index.js'
import igv from '../node_modules/igv/dist/igv.esm.min.js'
import * as GoogleAuth from '../node_modules/google-utils/src/googleAuth.js'
import * as GooglePicker from '../node_modules/google-utils/src/googleFilePicker.js'
import {makeDraggable} from "./draggable.js"
Expand Down
2 changes: 1 addition & 1 deletion js/shareWidgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
*/

import igv from '../node_modules/igv/js/index.js'
import igv from '../node_modules/igv/dist/igv.esm.min.js'
import {AlertSingleton, QRCode} from '../node_modules/igv-widgets/dist/igv-widgets.js'
import {setURLShortener, shortSessionURL} from './shareHelper.js'

Expand Down

0 comments on commit c78734e

Please sign in to comment.