/home/lnzliplg/public_html/wp-content/themes/lawyer-hub/assets/js/customize-controls.js
( function( api ) {

	// Extends our custom "lawyer-hub" section.
	api.sectionConstructor['lawyer-hub'] = api.Section.extend( {

		// No events for this type of section.
		attachEvents: function () {},

		// Always make the section active.
		isContextuallyActive: function () {
			return true;
		}
	} );

} )( wp.customize );