--- loncom/interface/lonhtmlcommon.pm 2012/05/28 19:05:21 1.315 +++ loncom/interface/lonhtmlcommon.pm 2012/05/28 19:11:00 1.316 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.315 2012/05/28 19:05:21 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.316 2012/05/28 19:11:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1516,17 +1516,16 @@ END sub set_compute_end_time { my $now = time()*1000; # Javascript times are in ms. - my $js = " - -"; - return $js; - +END } ############################################################