File Editor
Directories:
.. (Back)
Files:
front-end-widget.js
Create New File
Create
Edit File: front-end-widget.js
(function ($) { "use strict"; /* Init Elementor Front Scripts */ $(window).on('elementor/frontend/init', function () { // Widgets elementorFrontend.hooks.addAction( 'frontend/element_ready/quarty-started-section.default', function() { } ); // Global elementorFrontend.hooks.addAction( 'frontend/element_ready/global', function( $scope ) { } ); elementorFrontend.hooks.addAction( 'frontend/element_ready/widget', function( $scope ) { } ); }); })(jQuery);
Save Changes
Rename File
Rename