--- loncom/interface/lonhtmlcommon.pm 2018/12/29 23:24:39 1.395 +++ loncom/interface/lonhtmlcommon.pm 2020/10/29 23:24:13 1.397 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.395 2018/12/29 23:24:39 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.397 2020/10/29 23:24:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -866,13 +866,14 @@ parameter setting wizard. ############################################## sub pjump_javascript_definition { my $Str = <

'; } - if ($stuvcurrent ne '') { + if (($stuvcurrent ne '') || ($divforres)) { $return .= ''; } return $return;