Browse Source

make sure category is highlighted

pull/1/head
wes 7 years ago
parent
commit
e7afa17a3d
  1. 2
      src/scripts/browse.tag
  2. 1
      src/scripts/post.tag

2
src/scripts/browse.tag

@ -49,7 +49,7 @@ var self = this;
self.route = route;
self.loading = false;
self.category = false;
self.category = self.opts.state.category_filter;
self.converter = new showdown.Converter();
self.openPost = (id) => {

1
src/scripts/post.tag

@ -29,7 +29,6 @@
</p>
<div class="divider"></div>
</div>
<categories></categories>
</div>
<div
data-is="postcontrols"

Loading…
Cancel
Save