Elementor #37

Ticker Company Flagg Siste % Endring
Laster data…
`; navigator.clipboard && navigator.clipboard.writeText(text).then(()=> { alert('Shortcode copied to clipboard'); }, ()=> { // fallback const inp = document.createElement('input'); document.body.appendChild(inp); inp.value = text; inp.select(); try { document.execCommand('copy'); alert('Shortcode copied'); } catch(e){ alert('Copy failed'); } inp.remove(); }); } }); } // expose refresh for after save window.stoxRefreshAdminList = initAdminArea; render(); setInterval(render, REFRESH_MS); // 15 minutes // init admin handlers a bit later (DOM ready) setTimeout(initAdminArea, 400); })();
Scroll to Top