Fix save csv file nodewebkit
This commit is contained in:
parent
ec5a478bf2
commit
2b968b0a12
2 changed files with 16 additions and 13 deletions
|
|
@ -495,8 +495,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-if="!index.isCordova" class="m20t text-center">
|
||||
<input id="export_file" type="file" nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" style="display:none" nwworkingdir=""/>
|
||||
<div ng-if="!index.isCordova && index.txHistory[0] && !index.updatingTxHistory" class="m20t text-center">
|
||||
<input id="export_file" type="file" nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" style="display:none">
|
||||
<a class="text-gray" ng-click="index.csvHistory();">
|
||||
<i class="fi-page-export-csv"></i>
|
||||
<span translate>Download CSV file</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue