document undocumented functions

This commit is contained in:
jomo
2020-03-29 20:13:24 +02:00
parent 14cbcae60c
commit e0233f2899
6 changed files with 14 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ var ejs = require("ejs");
var str;
var index;
// pre-compile the index page
function compile() {
logging.log("Compiling index page");
str = read(path.join(__dirname, "..", "views", "index.html.ejs"), "utf-8");