Skip to content

Commit

Permalink
Discard AlertDialog. Use igvjs version.
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Jan 23, 2025
1 parent 3a795a3 commit 2292add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 107 deletions.
4 changes: 2 additions & 2 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function main(container, config) {
const parent = document.getElementById('igv-main')
AlertSingleton.init(parent)

AlertSingleton.present(`igv webapp is good to go`)
// AlertSingleton.present(`igv webapp is good to go`)

$('#igv-app-version').text(`IGV-Web app version ${version()}`)
$('#igv-igvjs-version').text(`igv.js version ${igv.version()}`)
Expand Down Expand Up @@ -208,7 +208,7 @@ async function main(container, config) {
if (browser) {
Globals.browser = browser
await initializationHelper(browser, container, config)
browser.alert.present(`browser ${ browser.guid } is good to go`)
// browser.alert.present(`browser ${ browser.guid } is good to go`)
}
}

Expand Down
105 changes: 0 additions & 105 deletions js/widgets/alertDialog.js

This file was deleted.

0 comments on commit 2292add

Please sign in to comment.