mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-06 15:34:06 +08:00
fixed dumb mistake
This commit is contained in:
parent
4286e698f3
commit
65c994392f
1 changed files with 0 additions and 1 deletions
|
|
@ -301,7 +301,6 @@ function loadActiveTagsFromCookie() {
|
|||
} catch (e) {
|
||||
newTags = {};
|
||||
}
|
||||
newTags = JSON.parse(newTags);
|
||||
newTags.forEach((ntag) => {
|
||||
toggleTag(ntag, true);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue