mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 19:44:31 +08:00
6 lines
178 B
JavaScript
6 lines
178 B
JavaScript
|
document.addEventListener("DOMContentLoaded", function(event) {
|
||
|
// Whiteboard
|
||
|
let whiteboard = document.getElementById("whiteboard");
|
||
|
whiteboard.disabled = true;
|
||
|
});
|