You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* get the stored ride summaries and display them in a new window */
var rideSummaries = JSON.parse(localStorage.getItem('rideSummaries')) || [];
/* get rid of the following phrases */
var trimPhrases = ['Embed on Blog', 'Give kudos', 'Collapse', 'View Flybys', 'Show Less', 'View all', 'Add private notes', 'Only you can view this activity. It won\'t appear on segment leaderboards and may not count toward some challenges'];
var formattedData = rideSummaries.join('\n\n-------------\n\n');