WS debugging messages and small changes

This commit is contained in:
zadam
2019-10-24 23:02:29 +02:00
parent 69d739400c
commit 4570319517
8 changed files with 19 additions and 15 deletions

View File

@@ -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) {