fix calling checkTasks()

This commit is contained in:
Uwe Steinmann 2016-01-19 10:10:38 +01:00
parent f71ea7eddc
commit ad41fd2571

View File

@ -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();