From d4b05b61f2e90a31f794128614ca7253f34bbcba Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 13 Jul 2021 12:05:18 +0200 Subject: [PATCH] remove old code --- views/bootstrap/class.Bootstrap.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 6cbf80a1c..37ee0fe2d 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -386,13 +386,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; if($accessobject->check_view_access('Tasks', array('action'=>'menuTasks'))) { echo "
"; echo "
"; - // echo " \n"; echo "
"; - //$this->addFooterJS('checkTasks();'); } } /* }}} End of menu tasks */