diff --git a/index.html b/index.html index f3c0c58..059dd5e 100644 --- a/index.html +++ b/index.html @@ -527,7 +527,8 @@ function setDialog(b,i){ dAva.textContent=SHORT[b.rol].charAt(0); dAva.style.background=col; dAva.style.color='#0a0e14'; dAva.style.boxShadow='0 0 14px '+col; const hl=b.hedef&&H2L[b.hedef], hshort=hl?SHORT[hl]:(b.hedef==='Herkes'?'Herkese':null); - dName.innerHTML=''+SHORT[b.rol].toUpperCase()+'' + dName.innerHTML='ID '+i+'' + +''+SHORT[b.rol].toUpperCase()+'' +(hshort?''+hshort.toUpperCase()+'':'') +((mode==='tr'&&!TR_READY())?' ses hazırlanıyor':''); const main=(mode==='tr')?b.tr:b.orig, sub=(mode==='tr')?b.orig:b.tr;