Browse Source

minor changes

pull/4/head
jrtechs 6 years ago
parent
commit
4204cdd423
4 changed files with 3 additions and 0 deletions
  1. +1
    -0
      README.md
  2. +2
    -0
      admin/login.js
  3. +0
    -0
      entries/projects/time-lapse-programming-pong.md
  4. +0
    -0
      entries/projects/time-lapse-programming-zombie-game.md

+ 1
- 0
README.md View File

@ -55,3 +55,4 @@ npm install crypto
npm install express-force-ssl
npm install remarkable
```

+ 2
- 0
admin/login.js View File

@ -30,11 +30,13 @@ module.exports=
{
main: function(result, request)
{
console.log("main of login.js");
result.write("<div class=\"w3-col l8 s12\">");
return new Promise(function(resolve, reject)
{
utils.include(result, './admin/login.html').then(function()
{
console.log("got login html");
return require("../sidebar/sidebar.js").main(result);
}).then(function()
{

entries/projects/timelapse-programming-pong.md → entries/projects/time-lapse-programming-pong.md View File


entries/projects/timelapse-programming-zombie-game.md → entries/projects/time-lapse-programming-zombie-game.md View File


Loading…
Cancel
Save