diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index ed766d7..89852f3 100644 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -102,6 +102,11 @@ $( ); } ); + $(".btn").on("click", function(){ + var title_b = $(this).data('title'); + $(".modal-title").text(title_b); + $("#order-form input[type='hidden']").val(title_b); + }); } } ); \ No newline at end of file -- libgit2 0.21.4