New area to update
just a number this time.
}
});
function updateList(listCount){
- if(listCount > 0) {
- $(".trip-list-count").html(listCount + " item(s) in your trip planner");
- } else {
- $(".trip-list-count").html("Make the most of your getaway!");
- }
+ $(".trip-counter").html( listCount );
+ // if(listCount > 0) {
+ // $(".trip-list-count").html(listCount + " item(s) in your trip planner");
+ // } else {
+ // $(".trip-list-count").html("Make the most of your getaway!");
+ // }
}
jQuery('.glm-itinerary-request-delete').on('click', function(e){
e.preventDefault();