mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-30 10:35:39 +08:00
5 lines
178 B
JavaScript
5 lines
178 B
JavaScript
document.addEventListener("DOMContentLoaded", function(event) {
|
|
// Whiteboard
|
|
let whiteboard = document.getElementById("whiteboard");
|
|
whiteboard.disabled = true;
|
|
});
|