/** * * Blackoot Lite WordPress Theme by Iceable Themes | https://www.iceablethemes.com * * Copyright 2014-2018 Iceable Media - Mathieu Sarrasin * * Theme Customizer sections functions * */ ( function( $ ) { // Add Blackoot Pro upgrade message upgrade = $('') .attr('href', "https://www.iceablethemes.com/shop/blackoot-pro/") .attr('target', '_blank') .text(blackoot_customizer_section_l10n.upgrade_pro) ; $('.preview-notice').append(upgrade); // Remove accordion click event $('.blackoot-customize-pro').on('click', function(e) { e.stopPropagation(); }); } )( jQuery );