summaryrefslogtreecommitdiff
path: root/inc/builder/type/header/html/assets/js/unminified/customizer-preview.js
blob: 0535a8a3848cbdc3a7acde5dbd50f15dcbb65956 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * This file adds some LIVE to the Customizer live preview. To leverage
 * this, set your custom settings to 'postMessage' and then add your handling
 * here. Your javascript should grab settings from customizer controls, and
 * then make any necessary changes to the page using jQuery.
 *
 * @package Astra Builder
 * @since 3.0.0
 */

( function( $ ) {

    astra_builder_html_css( 'header', AstraBuilderHTMLData.component_limit );

} )( jQuery );