mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-25 14:28:37 +08:00
5 lines
No EOL
177 B
JavaScript
5 lines
No EOL
177 B
JavaScript
document.addEventListener("DOMContentLoaded", function(event) {
|
|
// OnlyOffice
|
|
var onlyoffice = document.getElementById("onlyoffice");
|
|
onlyoffice.disabled = true;
|
|
}); |