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