mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 19:44:31 +08:00
546f11a654
Signed-off-by: Simon L. <szaimen@e.mail.de>
5 lines
178 B
JavaScript
5 lines
178 B
JavaScript
document.addEventListener("DOMContentLoaded", function(event) {
|
|
// Whiteboard
|
|
let whiteboard = document.getElementById("whiteboard");
|
|
whiteboard.disabled = true;
|
|
});
|