Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed Jul 12, 2014
1 parent 82b3617 commit 2e90c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiori/static/js/main.js
Expand Up @@ -176,7 +176,7 @@ $(function() {
$('h4', this.el).append(category);
this.bookmarks.fetch({data: {'page': get_page(),
'is_all': is_all(),
'categor': category}});
'category': category}});
return this;
},
appendItem: function(item) {
Expand Down

0 comments on commit 2e90c3a

Please sign in to comment.