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