Skip to content

Commit

Permalink
Configure save-image navbar button
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Nov 17, 2023
1 parent 48a9aaf commit df1c4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions igvwebConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var igvwebConfig = {

// Supply a drobpox api key to enable the Dropbox file picker in the load menus. This is optional
//dropboxAPIKey: "...",

// Supply a Google client id to enable the Google file picker in the load menus. This is optional
//clientId: "...",
// apiKey: "...",
Expand All @@ -28,7 +28,7 @@ var igvwebConfig = {
genomeList: "resources/genomes.json",
queryParametersSupported: true,
showChromosomeWidget: true,
showSVGButton: false,
showSVGButton: true,
tracks: []
}

Expand Down

0 comments on commit df1c4a6

Please sign in to comment.