Fix double whitespace
This commit is contained in:
parent
76aac85ad4
commit
f079c352db
@ -44,7 +44,7 @@ function translate(text, source, target) {
|
|||||||
|
|
||||||
const sleep = (ms) => new Promise((r) => setTimeout(r, ms));
|
const sleep = (ms) => new Promise((r) => setTimeout(r, ms));
|
||||||
|
|
||||||
const log = (msg) => console.log(`sn-translator: `, msg);
|
const log = (msg) => console.log(`sn-translator:`, msg);
|
||||||
|
|
||||||
function addButtons() {
|
function addButtons() {
|
||||||
const commentSection = document.querySelector('.item_comments__cN57K');
|
const commentSection = document.querySelector('.item_comments__cN57K');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user