/** * Theme Customizer custom scripts * Control of show/hide events on feature slider type selection */ (function($) { //Add More Theme Options Button $('.preview-notice').prepend('' + adventurous_misc_links.upgrade_text + ''); jQuery('#customize-info .btn-upgrade, .misc_links').click(function(event) { event.stopPropagation(); }); })(jQuery);