Files
awo-hamburg-intranet/module/ticketcenter/js/functions.js
Jan Usenko 52ca9249c3 Refactor contact management functions and remove phpinfo.php
- Updated formatting and structure of functions in edit_contact.inc.php for better readability and consistency.
- Added comments to clarify the purpose of certain code sections, especially regarding mandant handling.
- Removed the deprecated phpinfo.php file to clean up the codebase.
2026-05-11 08:54:44 +02:00

3 lines
108 B
JavaScript

function toggleSideboard(sideboard) {
document.querySelector(sideboard).classList.toggle('is-closed');
}