Showing
1 changed file
with
4 additions
and
1 deletions
@@ -198,7 +198,10 @@ $('.description').on('click', function() { | @@ -198,7 +198,10 @@ $('.description').on('click', function() { | ||
198 | $('.use-coupon-btn').on('click', function() { | 198 | $('.use-coupon-btn').on('click', function() { |
199 | if (window._yas) { | 199 | if (window._yas) { |
200 | window._yas.sendCustomInfo({ | 200 | window._yas.sendCustomInfo({ |
201 | - TO_URL: activityInfo.buttonLink | 201 | + op : "YB_DOWNLOAD_C", |
202 | + param : JSON.stringify({ | ||
203 | + TO_URL: activityInfo.buttonLink | ||
204 | + }) | ||
202 | }, true); | 205 | }, true); |
203 | } | 206 | } |
204 | }); | 207 | }); |
-
Please register or login to post a comment