jQuery(document).ready(function() { /* Upsells in customizer (Documentation, Reviews and Support links */ if( !jQuery( ".longevity-info" ).length ) { jQuery('#customize-theme-controls > ul').prepend('
  • '); jQuery('.longevity-info').append('{setup}'.replace('{setup}', longevityCustomizerObject.setup)); jQuery('.longevity-info').append('{review}'.replace('{review}', longevityCustomizerObject.review)); jQuery('.longevity-info').append('{support}'.replace('{support}', longevityCustomizerObject.support)); jQuery('.longevity-info').append('{pro}'.replace('{pro}',longevityCustomizerObject.pro)); jQuery('#customize-theme-controls > ul').prepend('
  • '); } });