Skip to content

Commit

Permalink
don't underline for result
Browse files Browse the repository at this point in the history
  • Loading branch information
olga24912 committed Nov 12, 2019
1 parent 1ad1dda commit 33943e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions webservice/matching/static/css/nrpMatcher.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ ul {
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
line-height: 40px;
}

.header-right a.active {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ <h4>Legend:</h4>
</div>
<script src="{% static 'JS/SMILECopy.js' %}"></script>
<script src="{% static 'JS/download.js' %}"></script>
<script src="{% static 'JS/TabChoose.js' %}"></script>
<script src="{% static 'JS/Antismash/jquery.js' %}"></script>
<script src="{% static 'JS/Antismash/purl.js' %}"></script>
<script src="{% static 'JS/Antismash/d3.v2.js' %}"></script>
Expand All @@ -97,6 +98,7 @@ <h4>Legend:</h4>
<script src="{% static 'JS/Antismash/clusterblast.js' %}"></script>
<script src={{ result.linkToGenecluster }}></script>
<script type="text/javascript">
changeActive("none");
svgene.drawClusters("cluster-{{ result.cluster }}-svg", [geneclusters["cluster-{{ result.cluster }}"]], 20, 700);
jsdomain.drawDomains("cluster-{{ result.cluster }}-details-svg", details_data["cluster-{{ result.cluster }}"], 40, 700);
document.getElementById("cluster-{{ result.cluster }}-description-text").innerHTML += geneclusters["cluster-{{ result.cluster }}"]["start"] + " - " + geneclusters["cluster-{{ result.cluster }}"]["end"] + " nt";
Expand Down

0 comments on commit 33943e6

Please sign in to comment.