Skip to content

Commit

Permalink
Merge pull request #34 from upsellpl/hotfix/PB-743+744
Browse files Browse the repository at this point in the history
PB-743 Naprawić samoczynne zaznaczanie płatności cyklicznych w kolejn…
  • Loading branch information
mbwawpl authored Sep 7, 2023
2 parents 6be2cdf + 5392247 commit edeecc3
Show file tree
Hide file tree
Showing 2 changed files with 1,693 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/admin-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jQuery(document).ready(function ($) {
var button = $( this ),
row = button.parent().parent().prev( 'tr' ),
clone = EDD_Download_Configuration.clone_repeatable(row);

clone.find( 'td [type="checkbox"]' ).prop('checked', false);
clone.insertAfter( row ).find('input, textarea, select').filter(':visible').eq(0).focus();

// Setup chosen fields again if they exist
Expand Down
Loading

0 comments on commit edeecc3

Please sign in to comment.