Skip to content

Commit

Permalink
Remove Temp in JSP
Browse files Browse the repository at this point in the history
  • Loading branch information
danjasuw committed Nov 16, 2015
1 parent 9846d3d commit 8b77a3f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@
{{#if uniquePSM}}

<%-- TEMP --%>
<%--
{{#if show_associated_peptides_link_true }}
{{#if psmDTO.scanId }}
<a href="javascript:" psm_id="{{ psmDTO.id }}" scan_id="{{ psmDTO.scanId }}"
peptide_q_value_cutoff="{{ peptide_q_value_cutoff }}" psm_q_value_cutoff="{{ psm_q_value_cutoff }}"
project_id="{{ project_id }}" search_id="{{ search_id }}"
onclick="viewPeptidesRelatedToPSMsByScanId.openOverlayForPeptidesRelatedToPSMsByScanId( { clickedElement : this } )"
>{{/if}}{{/if}}TEMP_N{{#if show_associated_peptides_link_true }}{{#if psmDTO.scanId }}</a>{{/if}}{{/if}}

--%>
Y
{{else}}
{{#if show_associated_peptides_link_true }}
Expand Down

0 comments on commit 8b77a3f

Please sign in to comment.