changed: Calmly style, logs
This commit is contained in:
parent
b1817a8857
commit
0043b4978a
6
main.js
6
main.js
|
@ -85,9 +85,9 @@ var themes =
|
||||||
{
|
{
|
||||||
bgcolor: "rgb(250,250,250)",
|
bgcolor: "rgb(250,250,250)",
|
||||||
fontfamily: "'Droid Serif', serif",
|
fontfamily: "'Droid Serif', serif",
|
||||||
fontsize: "20px",
|
fontsize: "19px",
|
||||||
fontcolor: "rgb(60,60,60)",
|
fontcolor: "rgb(60,60,60)",
|
||||||
lineheight: "30px",
|
lineheight: "28.5px",
|
||||||
accentcolor: "rgb(60,60,60)"
|
accentcolor: "rgb(60,60,60)"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -1359,7 +1359,7 @@ function waitpending()
|
||||||
{
|
{
|
||||||
if (!pending)
|
if (!pending)
|
||||||
{
|
{
|
||||||
console.log("... clear.");
|
console.log("...clear");
|
||||||
clearInterval(id);
|
clearInterval(id);
|
||||||
resolve();
|
resolve();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue