Skip to content

Commit 46019a2

Browse files
committed
Fixed Foldseek demo
1 parent 946ec38 commit 46019a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

foldseek-demo.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<title>PDBe Molstar</title>
88

99
<!-- Molstar CSS & JS -->
10-
<link rel="stylesheet" type="text/css" href="../build/pdbe-molstar-light.css">
11-
<script type="text/javascript" src="../build/pdbe-molstar-plugin.js"></script>
10+
<link rel="stylesheet" type="text/css" href="./build/pdbe-molstar-light.css">
11+
<script type="text/javascript" src="./build/pdbe-molstar-plugin.js"></script>
1212

1313
<style>
1414
body {
@@ -53,7 +53,6 @@ <h3>PDBe Mol* JS Plugin Demo</h3>
5353
const viewerContainer = document.getElementById('myViewer');
5454

5555
const queryAfdbId = apiData.query.split('.')[0];
56-
const [targetPdbId, targetChain] = apiData.target.split('_');
5756

5857
const options = {
5958
customData: {

0 commit comments

Comments
 (0)