Skip to content

Commit

Permalink
Help on gene view tabs no longer toggles tab
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobsonMT committed Mar 21, 2018
1 parent ae6575b commit 6d807f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gotrack/src/main/webapp/genes.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@
<p:commandButton id="annotationTabHelpBtn" value=""
styleClass="no-value no-background fa-fix" icon="fa fa-question-circle"
title="Help"
type="button"/>
type="button"
onclick="event.stopPropagation();"/>
</f:facet>
<div id="loading-spinner-annotation" class="loading" style="display: none;"/>
<div id="hc_annotation_container" style="width: 100%; height: 600px;"/>
Expand All @@ -193,7 +194,8 @@
<p:commandButton id="similarityTabHelpBtn" value=""
styleClass="no-value no-background fa-fix" icon="fa fa-question-circle"
title="Help"
type="button"/>
type="button"
onclick="event.stopPropagation();"/>
</f:facet>
<div id="loading-spinner-similarity" class="loading" style="display: none;"/>
<div id="hc_similarity_container" style="width: 100%; height: 600px;"/>
Expand All @@ -204,7 +206,8 @@
<p:commandButton id="multifunctionalityTabHelpBtn" value=""
styleClass="no-value no-background fa-fix" icon="fa fa-question-circle"
title="Help"
type="button"/>
type="button"
onclick="event.stopPropagation();"/>
</f:facet>
<div id="loading-spinner-multifunctionality" class="loading" style="display: none;"/>
<div id="hc_multi_container" style="width: 100%; height: 600px;"/>
Expand Down

0 comments on commit 6d807f1

Please sign in to comment.