mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 19:44:31 +08:00
70f27ae304
Signed-off-by: Simon L <szaimen@e.mail.de>
4 lines
153 B
JavaScript
4 lines
153 B
JavaScript
document.addEventListener("DOMContentLoaded", function(event) {
|
|
// Talk-recording
|
|
document.getElementById("talk-recording").disabled = true;
|
|
});
|