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