mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-31 01:13:34 +00:00
9 lines
207 B
JavaScript
9 lines
207 B
JavaScript
{
|
|
let element = document.getElementById("fld_show_phpinfo");
|
|
if (element != null ) {
|
|
element.addEventListener('click', function() {
|
|
toggle_visible('fld_show_phpinfo','=phpinfo');
|
|
});
|
|
}
|
|
}
|