diff --git a/styles/bootstrap/application.js b/styles/bootstrap/application.js index 501acf461..fd63f1af9 100644 --- a/styles/bootstrap/application.js +++ b/styles/bootstrap/application.js @@ -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();