Diagnostics for atproto PDS hosts, DIDs, and handles: https://debug.hose.cam

loading until everything needed is actually there

Changed files
+8 -1
+8 -1
index.html
··· 89 89 hostname: 'relay1.us-west.bsky.network', 90 90 }, 91 91 ]; 92 + 93 + if (window.blehYeahReady) blehYeahReady(); 94 + else window.yeahBlehIsReady = true; 92 95 </script> 93 96 94 97 <style> ··· 100 103 101 104 <script> 102 105 document.addEventListener('alpine:init', () => { 103 - document.body.classList.add('ready'); 106 + if (window.yeahBlehIsReady) { 107 + document.body.classList.add('ready'); 108 + } else { 109 + window.blehYeahReady = () => document.body.classList.add('ready'); 110 + } 104 111 105 112 Alpine.data('debug', () => ({ 106 113 // form input