Mailing List
Merch mailing List
Sign up for the merch newsletter now to stay up to date with latest merch items, sales, and everything
Mother Mother merchandise!

Tour
There are no upcoming tour dates.
There are no upcoming tour dates.
' ); } }, }); // function to display dates // Parameters: // events -> array of events // loopLength -> length to run loop // startIndex -> index to start loop function displayDates(events, loopLength = 0, startIndex = 0) { for (i = startIndex; i offer.type === "Presale"); // check if a 'VIP' offer exists (This var returns either a found object or undefined) let vipLink = events[i].offers.find((offer) => offer.type === "VIP"); /// check if a 'Tickets' offer exists (This var returns either a found object or undefined) var ticketLink = events[i].offers.find((offer) => offer.type === "Tickets"); var ticketLinkHtml; // show RSVP link using genearl Bands in Town Url if there is no ticket link if (ticketLink) { ticketLinkHtml = '' + "Tickets"; } else { ticketLinkHtml = '' + "RSVP"; } var tourRow = '' +
'
";
$(bit_setup.destination).append(tourRow);
}
}
// on click of show all dates
// show remainder of dates and hide button
$(document).on("click", "#show_all_dates", function () {
// run displayDates function with events array
// use array length for loop display length
// have loop start at bit_setup.display index
displayDates(eventsArray, eventsArray.length, bit_setup.display);
$(".show-all-dates-wrapper").hide();
});
});
' + moment(events[i].datetime).format("LL") + "
" + '' + location + "
" + '' + events[i].venue.name + "
" + "" +
ticketLinkHtml;
// if pre-sale link
if (presaleLink != undefined) {
tourRow +=
'' + "Pre-Sale";
}
// if VIP link
if (vipLink != undefined) {
tourRow += '' + "VIP";
}
tourRow += "
" + "








