Viewing File: /home/maglabs/exclusive/wp-content/plugins/g5-blog/assets/js/elements/posts.js

(function ($) {
	'use strict';
	var G5_Post_Handler = function ($scope, $) {
		new G5CORE_Animation($scope);
	};
	$(window).on('elementor/frontend/init', function () {
		elementorFrontend.hooks.addAction('frontend/element_ready/ube-g5-posts.default', G5_Post_Handler);
	});

})(jQuery);
Back to Directory File Manager