mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 13:57:01 +08:00
5 lines
No EOL
173 B
JavaScript
5 lines
No EOL
173 B
JavaScript
document.addEventListener("DOMContentLoaded", function(event) {
|
|
// Collabora
|
|
var collabora = document.getElementById("collabora");
|
|
collabora.disabled = true;
|
|
}); |