Skip to content

Commit

Permalink
fixing download file
Browse files Browse the repository at this point in the history
  • Loading branch information
regulator95 authored Sep 14, 2021
1 parent a6f38b0 commit 2e7d12e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions software/cananolab-webapp/web/views/assay.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
<a href="" ng-click="popImage('/caNanoLab/rest/sample/downloadImage?fileId=',file.fileId,file.fileId)"><img src="/caNanoLab/rest/sample/downloadImage?fileId={{file.fileId}}" border="0" width="150" alt="uploaded image" /></a>
</div>
<div ng-if="file.uri">
<a href="/caNanoLab/rest/sample/download?fileId=file.fileId">{{file.uri}}</a>&nbsp;[<a class="disclaimerLink" href="html/cananoDisclaimer.html" target="new">Disclaimer</a>]
<a href="/caNanoLab/rest/sample/download?fileId={{file.fileId}}">{{file.uri}}</a>&nbsp;[<a class="disclaimerLink" href="html/cananoDisclaimer.html" target="new">Disclaimer</a>]
</div>
<div ng-if="file.title">
<a href="/caNanoLab/rest/sample/download?fileId=file.fileId">{{file.title}}</a>
<a href="/caNanoLab/rest/sample/download?fileId={{file.fileId}}">{{file.title}}</a>
</div>
<!--
<a href="" ng-click="popImage('/caNanoLab/rest/sample/downloadImage?fileId={{file.fileId}}','{{file.fileId}}')"><img src="/caNanoLab/rest/sample/downloadImage?fileId={{file.fileId}}" border="0" width="150" alt="uploaded image" /></a> -->
Expand Down Expand Up @@ -101,4 +101,4 @@
</div>
</td></tr></table>
</div>
<!-- assay -->
<!-- assay -->

0 comments on commit 2e7d12e

Please sign in to comment.