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:
|
// From rust:
|
||||||
/* global search, sourcesIndex */
|
/* global sourcesIndex */
|
||||||
|
|
||||||
// Local js definitions:
|
// Local js definitions:
|
||||||
/* global addClass, getCurrentValue, hasClass, onEachLazy, removeClass, browserSupportsHistoryApi */
|
/* global addClass, getCurrentValue, hasClass, onEachLazy, removeClass, browserSupportsHistoryApi */
|
||||||
|
@ -69,7 +69,6 @@ function createDirEntry(elem, parent, fullPath, currentFile, hasFoundFile) {
|
||||||
files.appendChild(file);
|
files.appendChild(file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
search.fullPath = fullPath;
|
|
||||||
children.appendChild(files);
|
children.appendChild(files);
|
||||||
parent.appendChild(name);
|
parent.appendChild(name);
|
||||||
parent.appendChild(children);
|
parent.appendChild(children);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue