--- loncom/interface/courseclassifier.pm 2023/03/15 14:37:12 1.29 +++ loncom/interface/courseclassifier.pm 2023/07/10 01:55:15 1.30 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utilities for classifying courses based on institutional code # -# $Id: courseclassifier.pm,v 1.29 2023/03/15 14:37:12 raeburn Exp $ +# $Id: courseclassifier.pm,v 1.30 2023/07/10 01:55:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -403,7 +403,6 @@ function toggleSecVis() { showlist = 'inline'; showbox = 'none'; } - alert("crscode is ||"+crscode+"|| and currcode is ||"+currcode+"|| and showlist is ||"+showlist+"|| and showbox is ||"+showbox+"||"); if (document.getElementById('LC_helpdesk_sectionlist')) { document.getElementById('LC_helpdesk_sectionlist').style.display = showlist; }