mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-23 21:36:19 +08:00
4 lines
153 B
JavaScript
4 lines
153 B
JavaScript
document.addEventListener("DOMContentLoaded", function(event) {
|
|
// Talk-recording
|
|
document.getElementById("talk-recording").disabled = true;
|
|
});
|