Plugin Directory

Changeset 2183974


Ignore:
Timestamp:
10/31/2019 04:02:49 PM (6 years ago)
Author:
wpemaker
Message:

corection gecaptcha

Location:
download-sender/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • download-sender/trunk/assets/js/front-end.js

    r2183956 r2183974  
    221221        btn.css('min-height', btn[0].offsetHeight);
    222222       
    223         var grecaptcha = '';
     223        var captcha = '';
    224224        try{
    225             grecaptcha = grecaptcha.getResponse();
     225            captcha = grecaptcha.getResponse();
    226226        }catch(e){
    227227            //alert(e);
     
    230230        $.ajax({
    231231            url:filter.attr('action'),
    232             data:filter.serialize() + '&post_id=' + post_id + '&file_url=' + file_url + '&file_name=' + file_name + '&captcha=' + grecaptcha,
     232            data:filter.serialize() + '&post_id=' + post_id + '&file_url=' + file_url + '&file_name=' + file_name + '&captcha=' + captcha,
    233233            type:filter.attr('method'),
    234234           
  • download-sender/trunk/download-sender.php

    r2183932 r2183974  
    44 * Plugin URI: https://www.mustaphafersaoui.fr/wp-plugins/download-sender/
    55 * Description: This plugin allows you to add a download button, which when clicked displays a file sending form requiring users to enter their email address to receive a download link.
    6  * Version: 1.2.5
     6 * Version: 1.2.7
    77 * Author: Mustapha FERSAOUI
    88 * Author URI: https://www.mustaphafersaoui.fr/wp-plugins/
Note: See TracChangeset for help on using the changeset viewer.