fix
This commit is contained in:
parent
034ca5929a
commit
67e731ccb5
1 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,9 @@ let currentCategory = new (function(){
|
||||||
targetNode && targetNode.classList.remove("currentCategory");
|
targetNode && targetNode.classList.remove("currentCategory");
|
||||||
targetNode = t;
|
targetNode = t;
|
||||||
targetNode.classList.add("currentCategory");
|
targetNode.classList.add("currentCategory");
|
||||||
!secondary && currentTopLevelFileNames = DB.query(t.textContent);
|
if(!secondary){
|
||||||
|
currentTopLevelFileNames = DB.query(t.textContent);
|
||||||
|
}
|
||||||
|
|
||||||
//this.fileNames = DB.query(t.textContent,secondary?this.fileNames:null);
|
//this.fileNames = DB.query(t.textContent,secondary?this.fileNames:null);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue