do not add js function checkTasks() to footer anymore

This commit is contained in:
Uwe Steinmann 2016-01-19 10:10:15 +01:00
parent 860f9b0854
commit f71ea7eddc

View File

@ -379,7 +379,7 @@ $(document).ready(function () {
echo " </li>\n";
echo " </ul>\n";
echo " </div>";
$this->addFooterJS('checkTasks();');
//$this->addFooterJS('checkTasks();');
}
if($this->params['enableclipboard']) {