version 1.30, 2023/07/10 01:55:15
|
version 1.31, 2025/02/24 23:41:39
|
Line 409 function toggleSecVis() {
|
Line 409 function toggleSecVis() {
|
if (document.getElementById('LC_helpdesk_section')) { |
if (document.getElementById('LC_helpdesk_section')) { |
document.getElementById('LC_helpdesk_section').style.display = showbox; |
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; |
return; |
} |
} |
|
|