--- loncom/interface/londocs.pm 2023/03/23 16:45:50 1.696 +++ loncom/interface/londocs.pm 2023/03/23 22:54:38 1.697 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.696 2023/03/23 16:45:50 raeburn Exp $ +# $Id: londocs.pm,v 1.697 2023/03/23 22:54:38 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8046,6 +8046,9 @@ function populateDirSelects(form,locsel, selelem.options[selelem.options.length] = new Option(data.dirs[j],data.dirs[j]); } selelem.selectedIndex = 0; + if (len == 1) { + toggleCrsResTitle(); + } } } }