Browse Source

don't set category tag to false

pull/1/head
wes 7 years ago
parent
commit
c760838163
  1. 3
      src/scripts/browse.tag

3
src/scripts/browse.tag

@ -206,9 +206,6 @@ self.on("mount", () => {
}
else if (self.opts.state.category_tag) {
self.filterCategories(self.opts.state.category_tag)();
self.one("updated", () => {
self.opts.state.category_tag = false;
});
}
});

Loading…
Cancel
Save