Skip to content

Commit cef3ff5

Browse files
fehmerMiodec
andauthored
impr(result page): clicking on daily leaderboard rank opens the leaderboards page the user is on (@fehmer) (monkeytypegame#6380)
Co-authored-by: Miodec <[email protected]>
1 parent 5ba8f00 commit cef3ff5

File tree

3 files changed

+132
-181
lines changed

3 files changed

+132
-181
lines changed

frontend/src/ts/event-handlers/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ $(".pageTest #dailyLeaderboardRank").on("click", async () => {
9292
`/leaderboards?type=daily&language=${Config.language}&mode2=${getMode2(
9393
Config,
9494
null
95-
)}`
95+
)}&goToUserPage=true`
9696
);
9797
});

0 commit comments

Comments
 (0)