--- loncom/interface/loncommon.pm 2024/07/31 22:14:33 1.1075.2.168 +++ loncom/interface/loncommon.pm 2024/10/05 22:53:27 1.1075.2.169 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1075.2.168 2024/07/31 22:14:33 raeburn Exp $ +# $Id: loncommon.pm,v 1.1075.2.169 2024/10/05 22:53:27 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5923,17 +5923,6 @@ sub bodytag {
  • $menu
  • $realm $dc_info
    |; } - if ($env{'request.state'} eq 'construct') { - if (!$public){ - if ($env{'request.state'} eq 'construct') { - $funclist = &Apache::lonhtmlcommon::scripttag( - &Apache::lonmenu::utilityfunctions($httphost), 'start'). - &Apache::lonhtmlcommon::scripttag('','end'). - &Apache::lonmenu::innerregister($forcereg, - $args->{'bread_crumbs'}); - } - } - } return $bodytag."\n".$funclist; }