mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
using space-around instead of space-evenly for tree actions because that one is supported in Chrome 59 used in electron
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user