Skip to content

Commit

Permalink
fix pickups export typo
Browse files Browse the repository at this point in the history
  • Loading branch information
morganherlocker committed Apr 26, 2019
1 parent f61594d commit cf58187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ <h2 class="subtitle is-4">Flows</h2>
exportLayer("onstreet");
});
$("#pickups-export").on("click", () => {
exportLayer("pickupse");
exportLayer("pickups");
});
$("#dropoffs-export").on("click", () => {
exportLayer("dropoffs");
Expand Down

0 comments on commit cf58187

Please sign in to comment.