mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
intentation to spaces (2) and minor fix
This commit is contained in:
parent
b860c49383
commit
6504fe49b5
@ -50,7 +50,7 @@ function progress_task_list(id, title) {
|
|||||||
if (!$elem.dialog("isOpen"))
|
if (!$elem.dialog("isOpen"))
|
||||||
timeoutRef = setInterval(function() {
|
timeoutRef = setInterval(function() {
|
||||||
xhr = fetchTaskList(id, handleFetchTaskList);
|
xhr = fetchTaskList(id, handleFetchTaskList);
|
||||||
}, 300000);
|
}, 3000);
|
||||||
|
|
||||||
xhr = fetchTaskList(id, handleFetchTaskList);
|
xhr = fetchTaskList(id, handleFetchTaskList);
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user