Skip to content

Commit

Permalink
Update webconfig.js with more info on share url
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Jul 12, 2024
1 parent c16acee commit de80176
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions igvwebConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ var igvwebConfig = {

// Provide a URL shorterner function or object. This is optional. If not supplied
// sharable URLs will not be shortened. If using tinyURL supply an api token
//urlShortener: {
// provider: "tinyURL",
// api_token: "..."
//},
// urlShortener: {
// provider: "tinyURL",
// api_token: "<your tinyurl token>"
// },
// urlShortener: function(longURL) {... return shortendURL}


enableCircularView: true,

Expand Down

0 comments on commit de80176

Please sign in to comment.