mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
Spell balloon correctly
This commit is contained in:
parent
fb35c2f3db
commit
7a9b141e65
1 changed files with 1 additions and 1 deletions
|
|
@ -1140,7 +1140,7 @@ qs(".pageAccount")?.onChild(
|
|||
"aria-label",
|
||||
"Graph history is not available for long tests",
|
||||
);
|
||||
target?.setAttribute("data-baloon-pos", "up");
|
||||
target?.setAttribute("data-balloon-pos", "up");
|
||||
target.addClass("disabled");
|
||||
|
||||
Notifications.add("Graph history is not available for long tests", 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue