Updates
This commit is contained in:
7
nextcloud-aio/php/public/disable-onlyoffice.js
Normal file
7
nextcloud-aio/php/public/disable-onlyoffice.js
Normal file
@@ -0,0 +1,7 @@
|
||||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
// OnlyOffice
|
||||
let onlyoffice = document.getElementById("onlyoffice");
|
||||
if (onlyoffice) {
|
||||
onlyoffice.disabled = true;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user