mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
option names now follow camelCase
This commit is contained in:
@@ -6,7 +6,7 @@ let protectedSessionTimeout = null;
|
||||
let protectedSessionId = null;
|
||||
|
||||
$(document).ready(() => {
|
||||
server.get('options').then(options => protectedSessionTimeout = options.protected_session_timeout);
|
||||
server.get('options').then(options => protectedSessionTimeout = options.protectedSessionTimeout);
|
||||
});
|
||||
|
||||
setInterval(() => {
|
||||
|
||||
Reference in New Issue
Block a user