fcfort / betterment-csv-chrome

Betterment CSV export Chrome extension
https://chrome.google.com/webstore/detail/betterment-pdf-to-csv-exp/jbneodpofmnammepmnejgkacdbjojcgn
Apache License 2.0
10 stars 4 forks source link

Combined output feature doesn't work after "Load More Activities" #59

Closed fcfort closed 2 years ago

fcfort commented 5 years ago

If you select a very large date range, you will see a "Load More Activities" button to load another portion of that date range. This new set of PDFs will actually replace the combined output instead of properly appending to it. This may be because these new PDF links are added to the DOM instead of wiping out all the PDF urls and adding them again like when you change the date selection.