Перейти к содержимому
},
onRender: function (event) {
console.log("onRender", event);
dcMakeCatfish("adfox_168718012626928720");
},
onLoad: function (event) {
console.log("onLoad", event);
},
onStub: function (event) {
console.log("onStub", event);
},
onError: function (event) {
console.log("onError", event);
},
},
["desktop"],
{
tabletWidth: 830,
phoneWidth: 480,
isAutoReloads: false,
}
);
});