mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-13 01:48:17 +00:00
cbd86136cc
Signed-off-by: Simon L <szaimen@e.mail.de>
5 lines
173 B
JavaScript
5 lines
173 B
JavaScript
document.addEventListener("DOMContentLoaded", function(event) {
|
|
// Collabora
|
|
let collabora = document.getElementById("collabora");
|
|
collabora.disabled = true;
|
|
}); |