Fix double whitespace

This commit is contained in:
ekzyis 2022-12-25 02:58:47 +01:00
parent 76aac85ad4
commit f079c352db
1 changed files with 1 additions and 1 deletions

View File

@ -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');