mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #1044 from nextcloud/enh/1036/fulltextsearch
add fulltextsearch as option
This commit is contained in:
commit
40efd3092f
18 changed files with 157 additions and 5 deletions
|
|
@ -31,4 +31,8 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
|||
// Imaginary
|
||||
var imaginary = document.getElementById("imaginary");
|
||||
imaginary.addEventListener('change', makeOptionsFormSubmitVisible);
|
||||
|
||||
// Fulltextsearch
|
||||
var fulltextsearch = document.getElementById("fulltextsearch");
|
||||
fulltextsearch.addEventListener('change', makeOptionsFormSubmitVisible);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue