Skip to content

Commit

Permalink
update js (renaming of linkSite1 to site1 in json)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-combe committed May 22, 2024
1 parent 5000fca commit 97f118d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions static/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">

<script type="text/javascript" src="./xiview.js"></script>
<link rel="stylesheet" href="./pride.css" type="text/css" />
<!-- <link rel="stylesheet" href="./pride.css" type="text/css" /> -->

<title>network</title>
</head>
Expand Down Expand Up @@ -164,8 +164,8 @@
<script>
//<![CDATA[

xiview.main("PRIDE", "https://www.ebi.ac.uk/pride/ws/archive/crosslinking/data/get_xiview_data",
"https://www.ebi.ac.uk/pride/ws/archive/crosslinking/data/get_peaklist", "xiAnnotator/");
xiview.main("PRIDE", "http://127.0.0.1:5005/pride/ws/archive/crosslinking/data/get_xiview_data",
"http://127.0.0.1:5005/pride/ws/archive/crosslinking/data/get_peaklist", "xiAnnotator/");

//]]>
</script>
Expand Down
2 changes: 1 addition & 1 deletion static/xiview.js

Large diffs are not rendered by default.

0 comments on commit 97f118d

Please sign in to comment.