mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-15 10:10:17 +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,7 +1,5 @@
|
|||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
// OnlyOffice
|
||||
let onlyoffice = document.getElementById("onlyoffice");
|
||||
if (onlyoffice) {
|
||||
onlyoffice.disabled = true;
|
||||
}
|
||||
const onlyoffice = document.getElementById("office-onlyoffice");
|
||||
onlyoffice.disabled = true;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue