--- loncom/interface/loncommon.pm 2013/05/03 21:57:13 1.1126 +++ loncom/interface/loncommon.pm 2013/05/10 21:37:54 1.1128 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1126 2013/05/03 21:57:13 raeburn Exp $ +# $Id: loncommon.pm,v 1.1128 2013/05/10 21:37:54 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7818,11 +7818,9 @@ sub LCprogressbar { $LCcurrentid=$$.'_'.$LCidcnt; my $starting=&mt('Starting'); my $content=(<
$starting
-

ENDPROGBAR &r_print($r,$content.&LCprogressbar_script($LCcurrentid)); } @@ -10028,7 +10026,7 @@ sub ask_for_embedded_content { $chgcount ++; } } - if ($counter) { + if (($counter) || ($numunused)) { if ($numpathchg) { $output .= ''."\n";