alex
/
artplast
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
3093a95ca749516d5d034d997d35cf8df779f995
Authored by
Alexey Boroda
2018-08-22 18:28:07 +0300
1 parent
3e1029f0
-Form from page fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/js/events.js
Inline
Side-by-side
frontend/web/js/events.js
Wrap text
Show/Hide comments
View file @
3093a95
1
1
$(function() {
2
- $(document).on('
s
ubmit', '.section-forms #contact-form', function(e) {
2
+ $(document).on('
beforeS
ubmit', '.section-forms #contact-form', function(e) {
3
3
console.log('Form from page');
4
4
});
5
5
...
...