mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-16 03:56:02 +08:00
172ae49cdf
Signed-off-by: szaimen <szaimen@e.mail.de>
5 lines
No EOL
161 B
JavaScript
5 lines
No EOL
161 B
JavaScript
document.addEventListener("DOMContentLoaded", function(event) {
|
|
// Clamav
|
|
var clamav = document.getElementById("clamav");
|
|
clamav.disabled = true;
|
|
}); |