// source --> https://www.berlitznouvelleaquitaine.fr/wp-content/plugins/ninja-gdpr-compliance/assets/home/js/term.js?ver=2.7.5 
jQuery(document).ready(function(n){n(".njt_gdpr_term_accept_btn, .njt_gdpr_term_decline_btn").on("click",function(t){t.preventDefault();var e=n(this),a=e.hasClass("njt_gdpr_term_accept_btn")?"1":"0";e.addClass("njt-btn-loading"),n.ajax({url:njt_gdpr_term.ajaxurl+"?lang="+njt_gdpr.current_lang,type:"POST",data:{action:"njt_gdpr_accept_term",nonce:njt_gdpr_term.nonce,allow:a}}).done(function(n){n.success&&location.replace(n.data.redirect_url),e.removeClass("njt-btn-loading")}).fail(function(){e.removeClass("njt-btn-loading"),alert("Please refresh and try again.")})})});