mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Merge pull request #13 from lcb931023/master
Fix bug with DONE : false filtering
This commit is contained in:
commit
11c59fdc9f
@ -169,7 +169,7 @@ function Wrap()
|
|||||||
{
|
{
|
||||||
tempDatabase[keys[i]] = db[keys[i]];
|
tempDatabase[keys[i]] = db[keys[i]];
|
||||||
}
|
}
|
||||||
else if (value.DONE == false)
|
else if (value.DONE == 'false')
|
||||||
{
|
{
|
||||||
tempDatabase[keys[i]] = db[keys[i]];
|
tempDatabase[keys[i]] = db[keys[i]];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user