--- loncom/interface/courseclassifier.pm 2023/07/10 01:55:15 1.30 +++ loncom/interface/courseclassifier.pm 2025/02/24 23:41:39 1.31 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utilities for classifying courses based on institutional code # -# $Id: courseclassifier.pm,v 1.30 2023/07/10 01:55:15 raeburn Exp $ +# $Id: courseclassifier.pm,v 1.31 2025/02/24 23:41:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -409,6 +409,15 @@ function toggleSecVis() { if (document.getElementById('LC_helpdesk_section')) { document.getElementById('LC_helpdesk_section').style.display = showbox; } + if (document.getElementById('section')) { + document.getElementById('section').id = 'wasinuse'; + } + if (document.getElementById('notinuse') { + document.getElementById('notinuse').id = 'section'; + } + if (document.getElementById('wasinuse') { + document.getElementById('wasinuse').id = 'notinuse'; + } return; }