oont-contents/plugins/astra-addon/addons/lifterlms/assets/js/unminified/customizer-preview.js
2025-02-08 15:10:23 +01:00

14 lines
375 B
JavaScript

/**
* 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 Addon
* @since 1.0.0
*/
( function( $ ) {
} )( jQuery );