kormyen / memex

Simple bookmarks and notes
https://kormyen.github.io/memex/
514 stars 67 forks source link

Fix bug with DONE : false filtering #13

Closed lcb931023 closed 4 years ago

lcb931023 commented 4 years ago

Currently if the user filters by things that arent done, it would only show the entries that don't have a DONE flag, not those that has DONE : false. This is due to javascript not considering 'false' == false

kormyen commented 4 years ago

Oh thanks! :D