]> git.proxmox.com Git - pve-eslint.git/blob - eslint/docs/src/_includes/partials/carbon-ad.html
import 8.23.1 source
[pve-eslint.git] / eslint / docs / src / _includes / partials / carbon-ad.html
1 <!--<br>-->
2 {% if site.carbon_ads.serve %}
3 <script id="eslint-sponsor">
4 if ( window.innerWidth > 800 ) {
5 var s = document.createElement("script");
6 s.type = "text/javascript";
7 s.src = "//cdn.carbonads.com/carbon.js?serve={{ site.carbon_ads.serve }}&placement={{ site.carbon_ads.placement}}";
8 s.id = "_carbonads_js";
9 document.getElementById("eslint-sponsor").after(s);
10 document.getElementById("eslint-sponsor").remove();
11 }
12 </script>
13 {% endif %}