PATH:
home
/
letacommog
/
seneve10
/
wp-content
/
plugins
/
bdthemes-element-pack-lite
/
assets
/
js
( function( $, elementor ) { 'use strict'; var ElementPack = { init: function() { elementor.hooks.addAction( 'frontend/element_ready/section', ElementPack.elementorSection ); }, elementorSection: function( $scope ) { var $section = $scope, instance = null; instance = new bdtWidgetTooltip($section); instance.init(); } }; $( window ).on( 'elementor/frontend/init', ElementPack.init ); window.bdtWidgetTooltip = function ( $selector ) { var $tooltip = $selector.find('.elementor-widget.bdt-tippy-tooltip'); this.init = function() { if ( ! $tooltip.length ) { return; } $tooltip.each( function( index ) { tippy( this, { appendTo: this }); }); }; }; }( jQuery, window.elementorFrontend ) );
[+]
..
[-] element-pack-site.js
[edit]
[-] bdt-uikit-icons.js
[edit]
[-] element-pack-editor.min.js
[edit]
[+]
widgets
[-] element-pack-site.min.js
[edit]
[-] bdt-uikit.js
[edit]
[-] element-pack-admin.js
[edit]
[-] bdt-uikit.min.js
[edit]
[+]
controls
[-] element-pack-editor.js
[edit]
[-] bdt-uikit-icons.min.js
[edit]
[-] element-pack-admin.min.js
[edit]