mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 21:47:30 +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);
|
timeOutId = setTimeout(checkTasks, 10000);
|
||||||
}
|
}
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$("#menu-tasks > ul > li").checkTasks();
|
//$("#menu-tasks > ul > li").checkTasks();
|
||||||
|
checkTasks();
|
||||||
});
|
});
|
||||||
|
|
||||||
//checkTasks();
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user