📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:00:07
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
case-addons
/
assets
/
js
✏️
Editing: main.js
(function($) { "use strict"; $( window ).on( 'elementor/frontend/init', function() { elementorFrontend.waypoint = function($element, callback, options) { if( $element.length <= 0) return; const defaultOptions = { offset: '100%', triggerOnce: true }; options = jQuery.extend(defaultOptions, options); const correctCallback = function () { const element = this.element || this, result = callback.apply(element, arguments); // If is Waypoint new API and is frontend if (options.triggerOnce && this.destroy) { this.destroy(); } return result; }; return $element.elementorWaypoint(correctCallback, options); } }); }(jQuery));
💾 Save Changes
❌ Cancel