Skip to content

Commit

Permalink
Merge pull request #15 from oncokb/update-sop-4.1
Browse files Browse the repository at this point in the history
Release SOP v4.1
  • Loading branch information
calvinlu3 authored Jun 28, 2024
2 parents 4d3b58e + 0047352 commit ba38da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<span id="current-version-span"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="previousVersionDropdown">
<li><a class="dropdown-item" href="#" value="v4.1">Version 4.1</a></li>
<li><a class="dropdown-item" href="#" value="v4.0">Version 4.0</a></li>
<li><a class="dropdown-item" href="#" value="v3.1">Version 3.1</a></li>
<li><a class="dropdown-item" href="#" value="v3.0">Version 3.0</a></li>
Expand All @@ -47,7 +48,7 @@
})

// get the version from url
let version = 'v4';
let version = 'v4.1';
if (window.location.search && window.location.search.length > 1) {
const versionParams = window.location.search.slice(1).split("&").filter(function (item) {
return item.startsWith("version=")
Expand All @@ -61,6 +62,7 @@
}

const sopFileName = {
'v4.1': 'OncoKB_Curation_Standard_Operating_Procedure_v4_1.pdf',
'v4': 'OncoKB_Curation_Standard_Operating_Procedure_v4.pdf',
'v3.1': 'OncoKB_Curation_Standard_Operating_Procedure_v3_1.pdf',
'v3': 'OncoKB_Curation_Standard_Operating_Procedure_v3.pdf',
Expand Down
Binary file not shown.

0 comments on commit ba38da9

Please sign in to comment.