mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
5 lines
No EOL
190 B
JavaScript
5 lines
No EOL
190 B
JavaScript
document.addEventListener("DOMContentLoaded", function(event) {
|
|
// OnlyOffice
|
|
const onlyoffice = document.getElementById("office-onlyoffice");
|
|
onlyoffice.disabled = true;
|
|
}); |