Eugeny Galkovskiy
/
land-artbox
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2aa1975891f38e832f07ceefce42660021f0205f
Authored by
Eugeny Galkovskiy
2017-08-11 17:12:10 +0300
1 parent
cee0bc50
форма
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
frontend/web/js/script.js
Inline
Side-by-side
frontend/web/js/script.js
Wrap text
Show/Hide comments
View file @
2aa1975
...
...
@@ -106,6 +106,7 @@ $(
106
106
var title_b = $(this).data('title');
107
107
$(".modal-title").text(title_b);
108
108
$("#order-form input[type='hidden']").val(title_b);
109
+ alert($("#order-form input[type='hidden']").val());
109
110
});
110
111
}
111
112
}
...
...