From bc8cc054244f8e6af5ce77a1fd695759106f001d Mon Sep 17 00:00:00 2001 From: dozer111 Date: Mon, 13 May 2019 14:41:30 +0300 Subject: [PATCH] fix --- frontend/web/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 626a18d..7fd281d 100644 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -315,7 +315,7 @@ $(document).ready(function() { $('div.btn_call').on('click',function () { gtag('event', 'send', { - 'event_category': 'click call' + 'event_category': 'phone_mobile' }); }); -- libgit2 0.21.4