This commit is contained in:
Flummi
2016-08-30 12:59:39 +00:00
parent dd78c58375
commit 20d6ed16a5
3 changed files with 2 additions and 4 deletions

View File

@ -274,7 +274,6 @@ Websrv.prototype.getTpls = () => {
"index": fs.readFileSync("./s/index.tpl.html", "utf-8"),
"item": fs.readFileSync("./s/item.tpl.html", "utf-8"),
"how": fs.readFileSync("./s/how.tpl.html", "utf-8"),
"contact": fs.readFileSync("./s/contact.tpl.html", "utf-8"),
"scripts": fs.readFileSync("./s/scripts.tpl.html", "utf-8")
"contact": fs.readFileSync("./s/contact.tpl.html", "utf-8")
};
};