Changeset 2183974
- Timestamp:
- 10/31/2019 04:02:49 PM (6 years ago)
- Location:
- download-sender/trunk
- Files:
-
- 2 edited
-
assets/js/front-end.js (modified) (2 diffs)
-
download-sender.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
download-sender/trunk/assets/js/front-end.js
r2183956 r2183974 221 221 btn.css('min-height', btn[0].offsetHeight); 222 222 223 var grecaptcha = '';223 var captcha = ''; 224 224 try{ 225 grecaptcha = grecaptcha.getResponse();225 captcha = grecaptcha.getResponse(); 226 226 }catch(e){ 227 227 //alert(e); … … 230 230 $.ajax({ 231 231 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, 233 233 type:filter.attr('method'), 234 234 -
download-sender/trunk/download-sender.php
r2183932 r2183974 4 4 * Plugin URI: https://www.mustaphafersaoui.fr/wp-plugins/download-sender/ 5 5 * 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. 56 * Version: 1.2.7 7 7 * Author: Mustapha FERSAOUI 8 8 * Author URI: https://www.mustaphafersaoui.fr/wp-plugins/
Note: See TracChangeset
for help on using the changeset viewer.