Skip to content

Commit

Permalink
partial bux fixing to @jgriss at #35
Browse files Browse the repository at this point in the history
  • Loading branch information
jadianes committed Apr 27, 2015
1 parent 3cea6ee commit adb5fa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
ng-class='{modified: modifications[$index]!=undefined}'
tooltip="{{modifications[$index]}}"
tooltip-placement="bottom">{{aminoacid}}</span>
<span ng-show=""{{charge!=null}}" class="peptide-sequence">({{charge}}+ @ {{mz}} m/z)</span>
<span ng-show="{{charge!=null}}" class="peptide-sequence">({{charge}}+ @ {{mz}} m/z)</span>
2 changes: 1 addition & 1 deletion src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h3 class="about"><a href="//www.ebi.ac.uk/about">About us</a></h3>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
<link data-require="bootstrap-css@*" data-semver="3.0.0" rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" />
<!--<link data-require="bootstrap-css@*" data-semver="3.0.0" rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" />-->

<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="mini-bootstrap.css">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>
sequence="cluster.sequence"
modifications="mods"
charge="cluster.averagePrecursorCharge"
mz="cluster.averagePrecursorMz | number:2">
mz="cluster.averagePrecursorMz | number:3">
</prc-peptide-sequence-viewer>
</h2>
</span>
Expand Down

0 comments on commit adb5fa6

Please sign in to comment.