Tryign to fix ajax call
This commit is contained in:
Родитель
fdfd534a71
Коммит
d9bfb62bb2
|
@ -30,7 +30,7 @@ $(document).ready(() => {
|
|||
contentType: 'application/json; charset=utf-8',
|
||||
dataType: 'json',
|
||||
async: true,
|
||||
timeout: 0,
|
||||
timeout: 240000,
|
||||
success: (commandDataResponse) => {
|
||||
update_status(`${commandDataResponse.message}`);
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче