Remove olx.js and code that uses it

This commit is contained in:
Tim Schaub
2018-04-19 18:06:09 -06:00
parent 20bbd71702
commit d93a76dcb9
10 changed files with 11 additions and 126 deletions

View File

@@ -203,8 +203,8 @@ function buildNav(members) {
return 0;
});
_.each(merged, function(v) {
// exclude 'olx' and interfaces from sidebar
if (v.longname.indexOf('olx') !== 0 && v.interface !== true) {
// exclude interfaces from sidebar
if (v.interface !== true) {
if (v.kind == 'namespace') {
nav.push({
type: 'namespace',