Skip to content

Commit

Permalink
fix: Update url consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
HagerDakroury committed Aug 4, 2021
1 parent e301255 commit 21c9a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/tree-edam-stand-alone.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function interactive_edam_browser(){
//in case we're passed the raw url link directly, no need to map it
if(customRe.test(version)){
tree_url=version;
setCookie("edam_version",tree_url);
}
//listed branch
else {
Expand Down

0 comments on commit 21c9a40

Please sign in to comment.