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
530863e60a23a2dc4d7775bbbbbfa3d0c7a83bf8
Authored by
Eugeny Galkovskiy
2017-08-11 17:12:47 +0300
1 parent
2aa19758
форма
Showing
1 changed file
with
0 additions
and
1 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 @
530863e
...
...
@@ -106,7 +106,6 @@ $(
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());
110
109
});
111
110
}
112
111
}
...
...