Правильно ли написал код?
Доброго времени суток.
Необходимо вставить через js в head этот код. <script>window.yaContextCb.push(()=>{ Ya.Context.AdvManager.render({ type: 'floorAd', blockId: 'R-A-67899-11' }) })</script> Так будет правильно? var f = document.createElement('script'); f.type = 'text/javascript'; var code = 'window.yaContextCb.push(()=>{ Ya.Context.AdvManager.render({ type: 'floorAd', blockId: 'R-A-67899-11' }) })'; f.appendChild(document.createTextNode(code)); document.head.appendChild(f); |
Часовой пояс GMT +3, время: 13:50. |