mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
4 lines
136 B
JavaScript
4 lines
136 B
JavaScript
|
|
document.addEventListener("DOMContentLoaded", function(event) {
|
||
|
|
// Clamav
|
||
|
|
document.getElementById("clamav").disabled = true;
|
||
|
|
});
|