v70: тире между слогами + onclick — playHistorySyl из IndexedDB

This commit is contained in:
“Naeel”
2026-05-22 19:05:17 +04:00
parent 1f08e3a525
commit 67b82c726e
5 changed files with 42 additions and 20 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ async function doCompare(blob, originalText, duration) {
if (i > 0) {
const sep = document.createElement('span');
sep.style.cssText = 'color:#ccc;margin:0 1px';
sep.textContent = '·';
sep.textContent = '-';
div.appendChild(sep);
}
const chip = document.createElement('span');