window.YandexRotorSettings = {
WaiterEnabled: true;
FailOnTimeout: false;
NoJsRedirectsToMain:true
}
index.template.html
и добавь туда в head
тупо<script>
window.YandexRotorSettings = {
WaiterEnabled: true;
FailOnTimeout: false;
NoJsRedirectsToMain:true
}
</script>
<script type="application/javascript">
window.YandexRotorSettings = {
WaiterEnabled: true
}
</script>
<script type="application/javascript">
setTimeout(function () {
window.YandexRotorSettings.IsLoaded = true;
}, 5000);
</script>
window.YandexRotorSettings = {
WaiterEnabled: true,
IsLoaded: function() {
return document.title.length > 0;
}
}