Not sure what to take on your next adventure? Here’s a handy checklist.
Add, remove and download your list.
Remember to plan your route, tell someone your detailed itinerary and update them on progress.
Adventure Ready β Camping Checklist
π₯Adventure Ready
Camping Gear Checklist
Trip Type
ποΈ All Trips
π² Wild Camping
πΏ Hammock Camping
βΊ Tent Camping
Reset Checklist?
This will uncheck all items for the current trip type. Your custom items and name will be kept. Are you sure?
`;const blob = new Blob([html], { type: 'text/html' });
const url = URL.createObjectURL(blob);
const win = window.open(url, '_blank');
if (win) {
win.onload = () => {
setTimeout(() => { win.print(); }, 500);
};
}
showToast('π Print dialog openingβ¦');
}// βββ START ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
init();