HEX
Server: Apache
System: Linux webm003.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: assotraipi (849654)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/assotraipi/www/wp-content/plugins/wp-google-maps/js/wpgmaps_plugin_row.js
jQuery(function($) {

	// NB: GDPR
    /*jQuery("body").on("click", "#wpgmza_signup_newsletter_btn", function() {

        var a_email = jQuery("#wpgmza_signup_newsletter").val();
        jQuery(".wpgmza_sub_div").hide("fast");
        jQuery("#wpgmza_signup_newsletter").hide('slow');
        jQuery("#wpgmza_signup_newsletter_btn").hide('slow');
        jQuery("#wpgmza_subscribe_div").html("Thank you!");
        var data = {
            action: 'wpgmza_subscribe',
            prod: 'wpgmza',
            a_email: a_email
            
        };
        jQuery.post('//ccplugins.co/newsletter-subscription/index.php', data, function(response) {
            returned_data = JSON.parse(response);
            
        });

        var data = {
            action: 'wpgmza_subscribe',
            security: wpgmza_sub_nonce
            
        };
        jQuery.post(ajaxurl, data, function(response) {
            
        });


    });
    jQuery("body").on("click", "#wpgmza_signup_newsletter_hide", function() {

        jQuery(".wpgmza_sub_div").hide("fast");
        jQuery("#wpgmza_signup_newsletter").hide('slow');
        jQuery("#wpgmza_signup_newsletter_btn").hide('slow');
        jQuery("#wpgmza_signup_newsletter_hide").hide('slow');

        var data = {
            action: 'wpgmza_subscribe_hide',
            security: wpgmza_sub_nonce
        };
        
        jQuery.post(ajaxurl, data, function(response) {

        });

    });   */
});