mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 19:08:32 +08:00
export to avoid error
This commit is contained in:
parent
759c7021e4
commit
cfb0855bae
1 changed files with 1 additions and 1 deletions
|
|
@ -938,7 +938,7 @@ export function updateTribeDiff(currentSpeed) {
|
|||
}
|
||||
}
|
||||
|
||||
function showHideTribeDiff(showhide) {
|
||||
export function showHideTribeDiff(showhide) {
|
||||
if (showhide) {
|
||||
$("#tribeDiff").removeClass("hidden");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue