Diff for /loncom/interface/courseclassifier.pm between versions 1.29 and 1.30

version 1.29, 2023/03/15 14:37:12 version 1.30, 2023/07/10 01:55:15
Line 403  function toggleSecVis() { Line 403  function toggleSecVis() {
         showlist = 'inline';          showlist = 'inline';
         showbox = 'none';          showbox = 'none';
     }      }
     alert("crscode is ||"+crscode+"|| and currcode is ||"+currcode+"|| and showlist is ||"+showlist+"|| and showbox is ||"+showbox+"||");  
     if (document.getElementById('LC_helpdesk_sectionlist')) {      if (document.getElementById('LC_helpdesk_sectionlist')) {
         document.getElementById('LC_helpdesk_sectionlist').style.display = showlist;          document.getElementById('LC_helpdesk_sectionlist').style.display = showlist;
     }      }

Removed from v.1.29  
changed lines
  Added in v.1.30


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>