Updates
This commit is contained in:
5
nextcloud-aio/php/public/disable-imaginary.js
Normal file
5
nextcloud-aio/php/public/disable-imaginary.js
Normal file
@@ -0,0 +1,5 @@
|
||||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
// Imaginary
|
||||
let imaginary = document.getElementById("imaginary");
|
||||
imaginary.disabled = true;
|
||||
});
|
||||
Reference in New Issue
Block a user