Skip to content

Commit

Permalink
refs #305 #307 fix another missing var
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
Julien Veyssier committed Feb 22, 2020
1 parent f30134c commit f00175b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tracksController.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ TracksController.prototype = {
});

var trks = gpxx.find('trk');
var name, cmt, desc, linkText, linkUrl, popupText, date;
trks.each(function() {
name = $(this).find('>name').text();
cmt = $(this).find('>cmt').text();
Expand Down

1 comment on commit f00175b

@wronny
Copy link
Member

@wronny wronny commented on f00175b Feb 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect - many thanks.
this is also fixing #259

Please sign in to comment.