diff --git a/src/app/filters.coffee b/src/app/filters.coffee index 386bbdd63c..865f074a8d 100644 --- a/src/app/filters.coffee +++ b/src/app/filters.coffee @@ -3,5 +3,5 @@ module.exports.app = (appExports, model) -> appExports.toggleFilterByTag = (e, el) -> tagId = $(el).attr('data-tag-id') - path = '_tagFilters.' + tagId + path = 'filters.' + tagId user.set path, !(user.get path) diff --git a/views/app/filters.html b/views/app/filters.html index f87f5f52c3..f2fd7a4a29 100644 --- a/views/app/filters.html +++ b/views/app/filters.html @@ -5,7 +5,7 @@
\ No newline at end of file diff --git a/views/app/tasks.html b/views/app/tasks.html index b83992e1a1..f7c1751615 100644 --- a/views/app/tasks.html +++ b/views/app/tasks.html @@ -66,7 +66,7 @@