Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
psalios committed Apr 8, 2018
1 parent ab41988 commit 94dc902
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions peaks/src/main/resources/templates/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ <h2 class="page-header"><strong>Chemical Shifts</strong></h2>
<div class="row">
<div class="col-md-12">
<div class="text-center">
<!-- ?bokeh-session-id='+${bokehSessionID} -->
<iframe id="bokehIframe" th:src="'http://localhost:5006/ui-tool?'+${query}" width="810" height="610" frameBorder="0"></iframe>
</div>
</div>
Expand All @@ -95,7 +94,6 @@ <h2 class="page-header"><strong>Chemical Shifts</strong></h2>
<div th:if="${#lists.size(compounds) &gt; iter.index}" class="col-md-4" th:utext="${compounds[iter.index].getImage()}" th:onclick="'drawCompound('+${compounds[iter.index].getId()}+');'"></div>
<div th:if="${#lists.size(compounds) &gt; (iter.index + 1)}" class="col-md-4" th:utext="${compounds[iter.index+1].getImage()}" th:onclick="'drawCompound('+${compounds[iter.index+1].getId()}+');'"></div>
<div th:if="${#lists.size(compounds) &gt; (iter.index + 2)}" class="col-md-4" th:utext="${compounds[iter.index+2].getImage()}" th:onclick="'drawCompound('+${compounds[iter.index+2].getId()}+');'"></div>
<!--<div th:if="${#lists.size(compounds) &gt; (iter.index + 3)}" class="col-md-3" th:utext="${compounds[iter.index+3].getImage()}" th:onclick="'drawCompound('+${compounds[iter.index+3].getId()}+');'"></div>-->
</div>
</th:block>
</div>
Expand Down Expand Up @@ -177,4 +175,4 @@ <h2 class="page-header"><strong>Chemical Shifts</strong></h2>
});
</script>
</body>
</html>
</html>

0 comments on commit 94dc902

Please sign in to comment.