Fix JS error in source code pages
This commit is contained in:
parent
8a2fe75d0e
commit
f82b3a16d5
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// From rust:
|
||||
/* global search, sourcesIndex */
|
||||
/* global sourcesIndex */
|
||||
|
||||
// Local js definitions:
|
||||
/* global addClass, getCurrentValue, hasClass, onEachLazy, removeClass, browserSupportsHistoryApi */
|
||||
|
@ -69,7 +69,6 @@ function createDirEntry(elem, parent, fullPath, currentFile, hasFoundFile) {
|
|||
files.appendChild(file);
|
||||
}
|
||||
}
|
||||
search.fullPath = fullPath;
|
||||
children.appendChild(files);
|
||||
parent.appendChild(name);
|
||||
parent.appendChild(children);
|
||||
|
|
Loading…
Add table
Reference in a new issue