Merge branch 'ticket-GAnalytics' into develop
This commit is contained in:
commit
65a3704d28
@ -49,6 +49,9 @@
|
||||
if ($input.attr('data-module-name') == "paypal") {
|
||||
$('.overlay_bbb').fadeIn();
|
||||
$('.box_paypal').fadeIn();
|
||||
} else if ($input.attr('data-module-name') == "paybox"){
|
||||
$('.overlay_bbb').fadeIn();
|
||||
$('.box_paybox').fadeIn();
|
||||
}
|
||||
$form = $input.parent().children('div.hidden').children('form');
|
||||
// submit form by GA send event
|
||||
|
Loading…
Reference in New Issue
Block a user