mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-27 20:17:29 +00:00
fix calling checkTasks()
This commit is contained in:
parent
f71ea7eddc
commit
ad41fd2571
|
@ -721,8 +721,8 @@ $(document).ready(function() {
|
|||
timeOutId = setTimeout(checkTasks, 10000);
|
||||
}
|
||||
$(document).ready(function() {
|
||||
$("#menu-tasks > ul > li").checkTasks();
|
||||
//$("#menu-tasks > ul > li").checkTasks();
|
||||
checkTasks();
|
||||
});
|
||||
|
||||
//checkTasks();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user