File "custom-controls.js"

Full Path: /home/pumpbmko/public_html/wp-content/themes/impressive-portfolio/assets/js/custom-controls.js
File size: 396 bytes
MIME-type: text/plain
Charset: utf-8

(function (api) {

    api.sectionConstructor['impressive-portfolio-upsell'] = api.Section.extend({

        // Remove events for this section.
        attachEvents: function () { },

        // Ensure this section is active. Normally, sections without contents aren't visible.
        isContextuallyActive: function () {
            return true;
        }
    });

})(wp.customize);