File "elementor-widget.js"
Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/depicter/resources/scripts/widgets/elementor-widget.js
File
size: 437 B (437 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
/**
* Init Elements in Elementor Frontend
*
*/
window.addEventListener("elementor/frontend/init", function() {
elementorFrontend.hooks.addAction('frontend/element_ready/depicter_slider.default', function ($scope) {
Depicter.initAll();
});
elementorFrontend.hooks.addAction('frontend/element_ready/shortcode.default', function ($scope) {
if ($scope.find('.depicter').length) {
Depicter.initAll();
}
});
});