X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/plugins/logistik-core/assets/js
home
/
freights
/
public_html
/
wp-content
/
plugins
/
logistik-core
/
assets
/
js
/
??
..
??
4qv9dt4z
(9.03 KB)
??
logistik-core.js
(2.61 KB)
??
logistik-frontend.js
(23.22 KB)
??
logistik.ajax.js
(1.43 KB)
??
main.js
(1.02 KB)
??
r0uqx0j5
(9.03 KB)
Editing: logistik-core.js
/* [Main Script] Project: Logistik Version: 1.0 Author : angfuzsoft.com */ ;(function($){ "use strict"; jQuery(window).on( 'elementor/frontend/init', function() { // console.log( elementorFrontend); if( typeof elementor != "undefined" && typeof elementor.settings.page != "undefined" ) { elementor.settings.page.addChangeCallback( 'logistik_header_style', function ( newValue ) { if( newValue == 'prebuilt' ) { elementor.saver.update({ onSuccess: function() { elementor.reloadPreview(); elementor.once( 'preview:loaded', function() { elementor.getPanelView().setPage( 'page_settings' ).activateTab('settings'); } ); } }); } } ); elementor.settings.page.addChangeCallback( 'logistik_header_builder_option', function ( newValue ) { elementor.saver.update({ onSuccess: function() { elementor.reloadPreview(); elementor.once( 'preview:loaded', function() { elementor.getPanelView().setPage( 'page_settings' ).activateTab('settings'); } ); } }); } ); elementor.settings.page.addChangeCallback( 'logistik_footer_style', logistikFooterStyle ); function logistikFooterStyle ( newValue ) { elementor.saver.update({ onSuccess: function() { elementor.reloadPreview(); elementor.once( 'preview:loaded', function() { elementor.getPanelView().setPage( 'page_settings' ).activateTab('settings'); } ); } }); } elementor.settings.page.addChangeCallback( 'logistik_footer_choice', logistikFooterChoice ); function logistikFooterChoice ( newValue ) { elementor.saver.update({ onSuccess: function() { elementor.reloadPreview(); elementor.once( 'preview:loaded', function() { elementor.getPanelView().setPage( 'page_settings' ).activateTab('settings'); } ); } }); } } }); })(jQuery);
Upload File
Create Folder