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
7b7b6b2365abbb48e172174d134695071f951f8e
Authored by
Alexey Boroda
2018-08-23 14:33:17 +0300
1 parent
674e07c4
-Some tests
Showing
1 changed file
with
2 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 @
7b7b6b2
...
...
@@ -9,7 +9,8 @@ $(function() {
9
9
10
10
$('.section-forms #contact-form')
11
11
.on('submit', function() {
12
- dataLayer.push({'event': 'formsend_send'});
12
+ window.dataLayer.push({'event': 'formsend_send'});
13
+ console.log('callback pushed');
13
14
});
14
15
15
16
$(document)
...
...