From d025b2b3fbea0daf1751fc6cc0a1059ae9574cf8 Mon Sep 17 00:00:00 2001 From: azivner Date: Sun, 10 Dec 2017 21:46:12 -0500 Subject: [PATCH] using space-around instead of space-evenly for tree actions because that one is supported in Chrome 59 used in electron --- routes/api/login.js | 2 -- views/index.ejs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/routes/api/login.js b/routes/api/login.js index 2efb9cf46..69b242f83 100644 --- a/routes/api/login.js +++ b/routes/api/login.js @@ -13,8 +13,6 @@ const app_info = require('../../services/app_info'); router.post('/sync', async (req, res, next) => { const timestampStr = req.body.timestamp; - console.log(req.body); - const timestamp = utils.parseDate(timestampStr); const now = new Date(); diff --git a/views/index.ejs b/views/index.ejs index 05413d13c..902ed134d 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -34,7 +34,7 @@
-
+
Create new top level note