Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
:Merge branch 'Nicop06-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit HERVIER committed Mar 27, 2018
2 parents b79bb30 + eefbb5a commit 7656247
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed platforms/android/assets/www/js/.controllers.js.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion www/js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ angular

window.resolveLocalFileSystemURL(
stordir,
function(dirEntry) {
function(dirEntry) { //noqa
$scope.exportAGPX(
dirEntry,
$scope.sessions[recclicked],
Expand Down
2 changes: 1 addition & 1 deletion www/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h4 class="positive">{{ "_options" | translate }}</h4>

<div class="content double-padding">
<h4 class="positive">{{ "_backup_and_restore" | translate }}</h4>
<button ng-click="exportAsGPX(true)" class="button icon-left ion-pin button-positive button-block">{{ "_export_as_gpx" | translate }}</button>
<button ng-click="exportGPXs(true)" class="button icon-left ion-pin button-positive button-block">{{ "_export_as_gpx" | translate }}</button>
<!--<button ng-if="platform === 'Android'" onclick="document.getElementById('gpxFile').click();" class="button icon-left ion-pin button-positive button-block">{{ "_import_gpxs" | translate }}-->
<!--</button>-->
<!--<button ng-if="platform === 'iOS'" onclick="iosFilePicker();"
Expand Down

0 comments on commit 7656247

Please sign in to comment.