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
bc8cc054244f8e6af5ce77a1fd695759106f001d
Authored by
alex
2019-05-13 14:41:30 +0300
1 parent
a25d5cb0
fix
Showing
1 changed file
with
1 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 @
bc8cc05
...
...
@@ -315,7 +315,7 @@ $(document).ready(function() {
315
315
$('div.btn_call').on('click',function () {
316
316
317
317
gtag('event', 'send', {
318
- 'event_category': '
click call
'
318
+ 'event_category': '
phone_mobile
'
319
319
});
320
320
});
321
321
...
...