mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 08:25:05 +08:00
removed debug canvas
This commit is contained in:
parent
77c3d80661
commit
07bcabfd5b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ function updateFavicon(size, curveSize) {
|
|||
ctx.textAlign = "center";
|
||||
ctx.fillStyle = maincolor;
|
||||
ctx.fillText("mt", size / 2 + 1, (size / 3) * 2.1);
|
||||
$("body").prepend(canvas);
|
||||
// $("body").prepend(canvas);
|
||||
$("#favicon").attr("href", canvas.toDataURL("image/png"));
|
||||
}, 125);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue