...
|
...
|
@@ -293,7 +293,7 @@ setTimeout(() => { |
|
|
|
|
|
if (info.bundleData) {
|
|
|
renderBundle(info, $bundle);
|
|
|
$('#placeholder-bundle').on('touchstart', function () {
|
|
|
$('#placeholder-bundle').on('touchstart', function() {
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo({
|
|
|
op: 'YB_GDS_PACKAGE_C',
|
...
|
...
|
|