Home Jambase Leftover Salmon Confirms ‘Fall Maskerade’ Concerts In Colorado

Leftover Salmon Confirms ‘Fall Maskerade’ Concerts In Colorado

104

Leftover Salmon will soon reunite for their first full-band concerts since March 13. The jamgrass act will present the Fall Maskerade run of three shows at Surf Hotel in Buena Vista, Colorado October 23 – 25.

Each concert will take place on The LAWN, Surf Hotel’s new outdoor venue. Attendance will be limited to 175 fans in keeping with social distancing guidelines. All three-day passes for LoS’ Fall Maskerade come with a mask, signed screen-printed poster and commemorative poster.

Tickets go on sale this Friday, September 18 at 10 a.m. MT via Nightout.com. Purchasers will receive a confirmation email with a code to book a room at the Surf Hotel with limited rooms available.

.house-unit-wide { display: none; }
.house-unit-narrow{ display: block; }
@media (min-width: 768px) {
.house-unit-wide { display: block; }
.house-unit-narrow{ display: none; }
}

JamBase Live Video Archive
JamBase Live Video Archive

!function ($) {

window.jb_populate_livestreams_promo = function( $element ) {

let args = $element.attr( ‘data-args’ );

// set up the AJAX post data
var data = {
‘action’: ‘jb_get_livestreams_promo’,
‘args’: args,
};

console.log( data );

// make the AJAX $_POSTcall
$.ajax({
type: “POST”,
url: ajaxurl,
data: data,
success: function( response ){

if ( true == response.success ){

$element.html(response.data).slideDown(420);

// trigger Cloudinary
var evt = window.document.createEvent(‘UIEvents’);
evt.initUIEvent(‘resize’, true, false, window, 0);
window.dispatchEvent(evt);

return;

}
},
error: function( response ){

alert( response.responseText );

}
});

};

$(function(){

$(‘#livestreams-promo-container’).each( function(){

jb_populate_livestreams_promo( $(this) );

});

});

}(window.jQuery);

Source: JamBase.com