spacedb/templates/feedback.html
2025-12-08 15:12:52 -05:00

19 lines
1003 B
HTML

<script type="text/javascript">
(function() {
if(window.innerWidth <= 800 || window.innerHeight <= 600) {
return;
}
window.doorbellOptions = {
id: '9990',
appKey: 'xZ6FYosi2GTT1QHVWuzepdPt7LHODVDsyVrzajR4iu0HtQ6EsfaIlgug3TexVQmv'
};
(function(w, d, t) {
var hasLoaded = false;
function l() { if (hasLoaded) { return; } hasLoaded = true; window.doorbellOptions.windowLoaded = true; var g = d.createElement(t);g.id = 'doorbellScript';g.type = 'text/javascript';g.async = true;g.src = 'https://embed.doorbell.io/button/'+window.doorbellOptions['id']+'?t='+(new Date().getTime());(d.getElementsByTagName('head')[0]||d.getElementsByTagName('body')[0]).appendChild(g); }
if (w.attachEvent) { w.attachEvent('onload', l); } else if (w.addEventListener) { w.addEventListener('load', l, false); } else { l(); }
if (d.readyState == 'complete') { l(); }
}(window, document, 'script'));
})();
</script>