Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
pdbe
web-components
pdb-ligand-env
Commits
4c7b3d06
Commit
4c7b3d06
authored
Oct 27, 2020
by
Lukas Pravda
Browse files
add zoom on for testing of bound molecules
parent
56abd2d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dependencies/index.html
dependencies/index.html
+1
-1
No files found.
dependencies/index.html
View file @
4c7b3d06
...
...
@@ -22,7 +22,7 @@
<script>
var
renderBmInteractions
=
function
(
id
,
bmId
)
{
var
int
=
`<pdb-ligand-env style="border: 1px solid black" pdb-id="
${
id
}
" bound-molecule-id="
${
bmId
}
" environment="dev"></pdb-ligand-env>`
`<pdb-ligand-env style="border: 1px solid black" pdb-id="
${
id
}
" bound-molecule-id="
${
bmId
}
"
zoom-on
environment="dev"></pdb-ligand-env>`
document
.
getElementById
(
'
rt
'
).
innerHTML
=
int
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment