- 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.
3 lines
108 B
JavaScript
3 lines
108 B
JavaScript
function toggleSideboard(sideboard) {
|
|
document.querySelector(sideboard).classList.toggle('is-closed');
|
|
} |