changed: Calmly style, logs

This commit is contained in:
quenousimporte 2023-01-25 22:01:31 +01:00
parent b1817a8857
commit 0043b4978a
1 changed files with 3 additions and 3 deletions

View File

@ -85,9 +85,9 @@ var themes =
{
bgcolor: "rgb(250,250,250)",
fontfamily: "'Droid Serif', serif",
fontsize: "20px",
fontsize: "19px",
fontcolor: "rgb(60,60,60)",
lineheight: "30px",
lineheight: "28.5px",
accentcolor: "rgb(60,60,60)"
}
};
@ -1359,7 +1359,7 @@ function waitpending()
{
if (!pending)
{
console.log("... clear.");
console.log("...clear");
clearInterval(id);
resolve();
}