Skip to content
Snippets Groups Projects
Commit 4c7b3d06 authored by Lukas Pravda's avatar Lukas Pravda
Browse files

add zoom on for testing of bound molecules

parent 56abd2d2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment