mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-23 21:36:19 +08:00
7 lines
No EOL
215 B
JavaScript
7 lines
No EOL
215 B
JavaScript
document.addEventListener("DOMContentLoaded", function(event) {
|
|
// OnlyOffice
|
|
let onlyoffice = document.getElementById("onlyoffice");
|
|
if (onlyoffice) {
|
|
onlyoffice.disabled = true;
|
|
}
|
|
}); |