more fine grained handling of conflicts without having to reload whole page most of the time

This commit is contained in:
azivner
2017-11-01 22:36:26 -04:00
parent 962c078bbc
commit 1cf247f164
7 changed files with 172 additions and 111 deletions

View File

@@ -49,7 +49,7 @@ router.get('/', auth.checkApiAuth, async (req, res, next) => {
'encrypted_data_key': await sql.getOption('encrypted_data_key'),
'encryption_session_timeout': await sql.getOption('encryption_session_timeout'),
'browser_id': utils.randomString(12),
'full_load_time': utils.nowTimestamp()
'tree_load_time': utils.nowTimestamp()
});
});