v70: тире между слогами + onclick — playHistorySyl из IndexedDB
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user