From b1fc573cb59a80cd7414b4296a0109c377ee6ea1 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Fri, 10 Oct 2014 16:52:51 -0700 Subject: [PATCH] Preparing web server for update to v1.15.4 --- my_modules/htmlout/lib/htmlout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/my_modules/htmlout/lib/htmlout.js b/my_modules/htmlout/lib/htmlout.js index f821d8883..75dbc33e1 100644 --- a/my_modules/htmlout/lib/htmlout.js +++ b/my_modules/htmlout/lib/htmlout.js @@ -1013,6 +1013,7 @@ HTMLOut.prototype.getDirList = function(sToken, sIndent, aParms) if (sBaseName.indexOf("-debug") > 0) continue; if (asExtsNonServed.indexOf(sExt) >= 0) continue; if (asExtsNonListed.indexOf(sExt) >= 0) continue; + if (asDirsNonServed.indexOf(sBaseName) >= 0) continue; if (asFilesNonServed.indexOf(sBaseName) >= 0) continue; if (asFilesNonListed.indexOf(sBaseName) >= 0) continue; } else {