Robert Gibb - Society of Gilbert Keith Chesterton
Skip to content
if (!jQuery.trim(jQuery('.widget_shopping_cart_content').html())) {
document.querySelectorAll('.elementor-menu-cart__container.elementor-lightbox').forEach(function(a) {
a.remove();
});
document.getElementById("elementor-menu-cart__toggle_button").href="https://chesterton.org/cart/";
jQuery("a#elementor-menu-cart__toggle_button").click(function(e){
e.preventDefault();
window.location = "https://chesterton.org/cart/";
});
}