Skip to content

Commit

Permalink
fix: files in a baseNS except :, couldn't be searched
Browse files Browse the repository at this point in the history
  • Loading branch information
micgro42 committed Nov 15, 2017
1 parent 5d7cb92 commit 90c93bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Expand Up @@ -202,8 +202,8 @@
}
};

//files in root namespace are always visible
$files.filter('[data-childOf=""]').each(filterCallback);
//files in base namespace are always visible
$files.filter('[data-childOf="' + this.options.baseNamespace + '"]').each(filterCallback);

//get namespaces
$dirs.filter(function() {
Expand Down

0 comments on commit 90c93bd

Please sign in to comment.