fixed dumb mistake

This commit is contained in:
Jack 2020-11-17 22:12:31 +00:00
parent 4286e698f3
commit 65c994392f

View file

@ -301,7 +301,6 @@ function loadActiveTagsFromCookie() {
} catch (e) {
newTags = {};
}
newTags = JSON.parse(newTags);
newTags.forEach((ntag) => {
toggleTag(ntag, true);
});