mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
BUGFIX in JS
This commit is contained in:
@@ -2,7 +2,7 @@ const startup_search = function () {
|
||||
|
||||
const ACTIVATESEARCHFILTER = function (filter, button) {
|
||||
let f = filter.value;
|
||||
if (f === "") {
|
||||
if (!f || !button) {
|
||||
button.disabled = true;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user