mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
document undocumented functions
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user