// Fetch app version fetch('/api/version').then(r => r.json()).then(d => { var el = document.getElementById('appVersion'); if (el && d.version) el.textContent = 'v' + d.version; }).catch(function(){}); (function(){ if(!TOKEN){ document.getElementById('app').innerHTML = '