mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
WS debugging messages and small changes
This commit is contained in:
@@ -72,7 +72,8 @@ async function ajax(url, method, data) {
|
||||
const options = {
|
||||
url: baseApiUrl + url,
|
||||
type: method,
|
||||
headers: getHeaders()
|
||||
headers: getHeaders(),
|
||||
timeout: 60000
|
||||
};
|
||||
|
||||
if (data) {
|
||||
|
||||
Reference in New Issue
Block a user