mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-08 05:03:27 +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;
|
|
});
|