mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-13 01:00:16 +00:00
fix some details
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
86dbb43532
commit
3e62ba0d27
6 changed files with 50 additions and 43 deletions
|
|
@ -1,5 +1,5 @@
|
|||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
// Collabora
|
||||
let collabora = document.getElementById("collabora");
|
||||
const collabora = document.getElementById("office-collabora");
|
||||
collabora.disabled = true;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue