...
|
...
|
@@ -115,7 +115,11 @@ function getFilterValue() { |
|
|
}
|
|
|
|
|
|
function givePoint(op, parameter, flag) {
|
|
|
var sto = setInterval(function() {
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
return yasEvent(op, parameter, flag);
|
|
|
}
|
|
|
|
|
|
var sto = setInterval(function() { // eslint-disable-line
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
yasEvent(op, parameter, flag);
|
|
|
clearInterval(sto);
|
...
|
...
|
|