mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-16 03:56:02 +08:00
5 lines
153 B
JavaScript
5 lines
153 B
JavaScript
|
document.addEventListener("DOMContentLoaded", function(event) {
|
||
|
// Talk-recording
|
||
|
document.getElementById("talk-recording").disabled = true;
|
||
|
});
|