![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/askdragao.com/wp-content/themes/sirat/assets/js/ |
( function( api ) { // Extends our custom "sirat" section. api.sectionConstructor['sirat'] = api.Section.extend( { // No events for this type of section. attachEvents: function () {}, // Always make the section active. isContextuallyActive: function () { return true; } } ); } )( wp.customize ); jQuery( document ).ready(function($) { var this_obj = sirat_customizer_params; var api = wp.customize; // Reset options $('.refresh-btn').on('click', function() { var dataValue = $(this).attr('data-value'); $.get( sirat_customizer_params.ajaxurl + '?action=' + dataValue, function( data ) { window.location.reload(); }); }); $('.reset-button').on('click', function() { var $this = $(this); $this.closest('.customize-control').find('.kt-modal').show(); }); $('.close').on('click', function() { $(this).closest('.kt-modal').hide(); }); // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if ($(event.target).hasClass('kt-modal')) { $('.kt-modal').hide(); } } });