Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ciorici committed Oct 18, 2023
2 parents 922651e + 96b74dc commit bef7213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
$('.wpzoom-custom-recipe-card-post').each(function( index ) {
var recipe_id = $(this).data('recipe-post');
$('.wpzoom-recipe-snippet-button.wp-block-wpzoom-recipe-card-block-print-recipe').attr( 'data-recipe-id', recipe_id );
$(this).find('.btn-print-link').attr( 'data-recipe-id', recipe_id );
});

}
Expand Down

0 comments on commit bef7213

Please sign in to comment.