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