File "editor.js"
Full path: /home/kosmetik/public_html/wp-content/plugins/powerpack-elements142/assets/js/editor.js
File
size: 337 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
/*
( function( $ ) {
$( window ).on( 'elementor:init', function() {
elementor.hooks.addAction( 'panel/open_editor/widget/', function( panel, model, view ) {
elementor.hooks.addAction('panel/open_editor/widget/pp-woo-products', function (panel, model, view) {
console.log(panel);
});
} );
} );
} )( jQuery );
*/